Class: Aws::StorageGateway::Types::ListVolumeRecoveryPointsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::ListVolumeRecoveryPointsOutput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#volume_recovery_point_infos ⇒ Array<Types::VolumeRecoveryPointInfo>
An array of VolumeRecoveryPointInfo objects.
Instance Attribute Details
#gateway_arn ⇒ String
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.
5126 5127 5128 5129 5130 5131 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 5126 class ListVolumeRecoveryPointsOutput < Struct.new( :gateway_arn, :volume_recovery_point_infos) SENSITIVE = [] include Aws::Structure end |
#volume_recovery_point_infos ⇒ Array<Types::VolumeRecoveryPointInfo>
An array of VolumeRecoveryPointInfo objects.
5126 5127 5128 5129 5130 5131 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 5126 class ListVolumeRecoveryPointsOutput < Struct.new( :gateway_arn, :volume_recovery_point_infos) SENSITIVE = [] include Aws::Structure end |