Class: Aws::StorageGateway::Types::DeleteTapeOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-storagegateway/types.rb

Overview

DeleteTapeOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tape_arnString

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

Returns:

  • (String)


2536
2537
2538
2539
2540
# File 'lib/aws-sdk-storagegateway/types.rb', line 2536

class DeleteTapeOutput < Struct.new(
  :tape_arn)
  SENSITIVE = []
  include Aws::Structure
end