You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::StorageGateway::Types::DeleteTapeArchiveInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DeleteTapeArchiveInput
- Defined in:
- (unknown)
Overview
When passing DeleteTapeArchiveInput as input to an Aws::Client method, you can use a vanilla Hash:
{
tape_arn: "TapeARN", # required
bypass_governance_retention: false,
}
DeleteTapeArchiveInput
Instance Attribute Summary collapse
-
#bypass_governance_retention ⇒ Boolean
Set to
TRUEto delete an archived tape that belongs to a custom pool with tape retention lock. -
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
Instance Attribute Details
#bypass_governance_retention ⇒ Boolean
Set to TRUE to delete an archived tape that belongs to a custom pool
with tape retention lock. Only archived tapes with tape retention lock
set to governance can be deleted. Archived tapes with tape retention
lock set to compliance can\'t be deleted.
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).