Class: Aws::StorageGateway::Types::RetrieveTapeArchiveOutput

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

Overview

RetrieveTapeArchiveOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tape_arnString

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

Returns:

  • (String)


5314
5315
5316
5317
5318
# File 'lib/aws-sdk-storagegateway/types.rb', line 5314

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