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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#gateway_arnString

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.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to.

#tape_arnString

The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).