storagegateway_delete_tape {paws.storage} | R Documentation |
Deletes the specified virtual tape
Description
Deletes the specified virtual tape. This operation is only supported in the tape gateway type.
See https://www.paws-r-sdk.com/docs/storagegateway_delete_tape/ for full documentation.
Usage
storagegateway_delete_tape(
GatewayARN,
TapeARN,
BypassGovernanceRetention = NULL
)
Arguments
GatewayARN |
[required] The unique Amazon Resource Name (ARN) of the gateway that the virtual
tape to delete is associated with. Use the
|
TapeARN |
[required] The Amazon Resource Name (ARN) of the virtual tape to delete. |
BypassGovernanceRetention |
Set to |
[Package paws.storage version 0.6.0 Index]