Class: Aws::StorageGateway::Types::RetrieveTapeRecoveryPointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::RetrieveTapeRecoveryPointInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
RetrieveTapeRecoveryPointInput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
5532 5533 5534 5535 5536 5537 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 5532 class RetrieveTapeRecoveryPointInput < Struct.new( :tape_arn, :gateway_arn) SENSITIVE = [] include Aws::Structure end |
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.
5532 5533 5534 5535 5536 5537 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 5532 class RetrieveTapeRecoveryPointInput < Struct.new( :tape_arn, :gateway_arn) SENSITIVE = [] include Aws::Structure end |