Returns a description of virtual tapes that correspond to the specified Amazon Resource Names (ARNs)
Source:R/storagegateway_operations.R
storagegateway_describe_tapes.RdReturns 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.
Arguments
- GatewayARN
[required] The Amazon Resource Name (ARN) of the gateway. Use the
list_gatewaysoperation to return a list of gateways for your account and Amazon Web Services Region.- 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.