storagegateway_describe_tape_recovery_points {paws.storage} | R Documentation |
Returns a list of virtual tape recovery points that are available for the specified tape gateway
Description
Returns a list of virtual tape recovery points that are available for the specified tape gateway.
See https://www.paws-r-sdk.com/docs/storagegateway_describe_tape_recovery_points/ for full documentation.
Usage
storagegateway_describe_tape_recovery_points(
GatewayARN,
Marker = NULL,
Limit = NULL
)
Arguments
GatewayARN |
[required] |
Marker |
An opaque string that indicates the position at which to begin describing the virtual tape recovery points. |
Limit |
Specifies that the number of virtual tape recovery points that are described be limited to the specified number. |
[Package paws.storage version 0.6.0 Index]