Class: Aws::StorageGateway::Types::RetrieveTapeRecoveryPointInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-storagegateway/types.rb

Overview

Note:

When making an API call, you may pass RetrieveTapeRecoveryPointInput data as a hash:

{
  tape_arn: "TapeARN", # required
  gateway_arn: "GatewayARN", # required
}

RetrieveTapeRecoveryPointInput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and AWS Region.

Returns:

  • (String)


5392
5393
5394
5395
5396
5397
# File 'lib/aws-sdk-storagegateway/types.rb', line 5392

class RetrieveTapeRecoveryPointInput < Struct.new(
  :tape_arn,
  :gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end

#tape_arnString

The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.

Returns:

  • (String)


5392
5393
5394
5395
5396
5397
# File 'lib/aws-sdk-storagegateway/types.rb', line 5392

class RetrieveTapeRecoveryPointInput < Struct.new(
  :tape_arn,
  :gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end