class Aws::StorageGateway::Types::DeleteTapeInput

DeleteTapeInput

@note When making an API call, you may pass DeleteTapeInput

data as a hash:

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

@!attribute [rw] gateway_arn

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 Region.
@return [String]

@!attribute [rw] tape_arn

The Amazon Resource Name (ARN) of the virtual tape to delete.
@return [String]

@!attribute [rw] bypass_governance_retention

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.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DeleteTapeInput AWS API Documentation

Constants

SENSITIVE