Class: Aws::StorageGateway::Types::RetrieveTapeRecoveryPointOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::RetrieveTapeRecoveryPointOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
RetrieveTapeRecoveryPointOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.
Instance Attribute Details
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.
5548 5549 5550 5551 5552 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 5548 class RetrieveTapeRecoveryPointOutput < Struct.new( :tape_arn) SENSITIVE = [] include Aws::Structure end |