You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::StorageGateway::Types::RetrieveTapeArchiveInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::RetrieveTapeArchiveInput
- Defined in:
- (unknown)
Overview
When passing RetrieveTapeArchiveInput as input to an Aws::Client method, you can use a vanilla Hash:
{
tape_arn: "TapeARN", # required
gateway_arn: "GatewayARN", # required
}
RetrieveTapeArchiveInput
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 AWS Region.
You retrieve archived virtual tapes to only one gateway and the gateway must be a tape gateway.
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).