Class: Aws::Types::ListVolumeRecoveryPointsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListVolumeRecoveryPointsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#volume_recovery_point_infos ⇒ ::Array[Types::VolumeRecoveryPointInfo]
Returns the value of attribute volume_recovery_point_infos.
Instance Attribute Details
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def gateway_arn @gateway_arn end |
#volume_recovery_point_infos ⇒ ::Array[Types::VolumeRecoveryPointInfo]
Returns the value of attribute volume_recovery_point_infos.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def volume_recovery_point_infos @volume_recovery_point_infos end |