Class: Aws::StorageGateway::Types::RetrieveTapeRecoveryPointOutput

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

Overview

RetrieveTapeRecoveryPointOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tape_arnString

The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.

Returns:

  • (String)


5351
5352
5353
5354
5355
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 5351

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