You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::DeleteTapeInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteTapeInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  gateway_arn: "GatewayARN", # required
  tape_arn: "TapeARN", # required
  bypass_governance_retention: false,
}

DeleteTapeInput

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.

#gateway_arnString

The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and AWS Region.

Returns:

  • (String)

    The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with.

#tape_arnString

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

Returns:

  • (String)

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