Class: Aws::StorageGateway::Types::DeleteTapeArchiveOutput

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

Overview

DeleteTapeArchiveOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tape_arnString

The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).

Returns:

  • (String)


2360
2361
2362
2363
2364
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2360

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