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.
5469 5470 5471 5472 5473 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 5469 class RetrieveTapeArchiveOutput < Struct.new( :tape_arn) SENSITIVE = [] include Aws::Structure end |