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)


2674
2675
2676
2677
2678
# File 'lib/aws-sdk-storagegateway/types.rb', line 2674

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