View source: R/storagegateway_operations.R
storagegateway_describe_tapes | R Documentation |
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.
storagegateway_describe_tapes(
GatewayARN,
TapeARNs = NULL,
Marker = NULL,
Limit = NULL
)
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
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.