storagegateway_describe_tape_archives {paws.storage} | R Documentation |
Returns a description of specified virtual tapes in the virtual tape shelf (VTS)
Description
Returns a description of specified virtual tapes in the virtual tape shelf (VTS). This operation is only supported in the tape gateway type.
See https://www.paws-r-sdk.com/docs/storagegateway_describe_tape_archives/ for full documentation.
Usage
storagegateway_describe_tape_archives(
TapeARNs = NULL,
Marker = NULL,
Limit = NULL
)
Arguments
TapeARNs |
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. |
Marker |
An opaque string that indicates the position at which to begin describing virtual tapes. |
Limit |
Specifies that the number of virtual tapes described be limited to the specified number. |
[Package paws.storage version 0.9.0 Index]