Class: Aws::StorageGateway::Types::RetrieveTapeArchiveInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::RetrieveTapeArchiveInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
RetrieveTapeArchiveInput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to.
-
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
You retrieve archived virtual tapes to only one gateway and the gateway must be a tape gateway.
5496 5497 5498 5499 5500 5501 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 5496 class RetrieveTapeArchiveInput < Struct.new( :tape_arn, :gateway_arn) SENSITIVE = [] include Aws::Structure end |
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).
5496 5497 5498 5499 5500 5501 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 5496 class RetrieveTapeArchiveInput < Struct.new( :tape_arn, :gateway_arn) SENSITIVE = [] include Aws::Structure end |