Class: Aws::StorageGateway::Types::RetrieveTapeArchiveOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::RetrieveTapeArchiveOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
RetrieveTapeArchiveOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the retrieved virtual tape.
Instance Attribute Details
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the retrieved virtual tape.
5511 5512 5513 5514 5515 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 5511 class RetrieveTapeArchiveOutput < Struct.new( :tape_arn) SENSITIVE = [] include Aws::Structure end |