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)


2404
2405
2406
2407
2408
# File 'lib/aws-sdk-storagegateway/types.rb', line 2404

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