storagegateway_describe_tapes: Returns a description of virtual tapes that correspond to the...

View source: R/storagegateway_operations.R

storagegateway_describe_tapesR Documentation

Returns a description of virtual tapes that correspond to the specified Amazon Resource Names (ARNs)

Description

Returns a description of virtual tapes that correspond to the specified Amazon Resource Names (ARNs). If TapeARN is not specified, returns a description of the virtual tapes associated with the specified gateway. This operation is only supported for the tape gateway type.

See https://www.paws-r-sdk.com/docs/storagegateway_describe_tapes/ for full documentation.

Usage

storagegateway_describe_tapes(
  GatewayARN,
  TapeARNs = NULL,
  Marker = NULL,
  Limit = NULL
)

Arguments

GatewayARN

[required]

TapeARNs

Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes associated with the specified gateway.

Marker

A marker value, obtained in a previous call to describe_tapes. This marker indicates which page of results to retrieve.

If not specified, the first page of results is retrieved.

Limit

Specifies that the number of virtual tapes described be limited to the specified number.

Amazon Web Services may impose its own limit, if this field is not set.


paws.storage documentation built on May 29, 2024, 2:03 a.m.