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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#bypass_governance_retentionBoolean

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.

Returns:

  • (Boolean)

    Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention lock.

#tape_arnString

The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).