Class: Aws::StorageGateway::Types::ListVolumeRecoveryPointsOutput

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

Overview

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 Amazon Web Services Region.

Returns:

  • (String)


4681
4682
4683
4684
4685
4686
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4681

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

#volume_recovery_point_infosArray<Types::VolumeRecoveryPointInfo>

An array of VolumeRecoveryPointInfo objects.

Returns:



4681
4682
4683
4684
4685
4686
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4681

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