Class: Aws::Types::VolumeRecoveryPointInfo
- Inherits:
-
Object
- Object
- Aws::Types::VolumeRecoveryPointInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
-
#volume_recovery_point_time ⇒ ::String
Returns the value of attribute volume_recovery_point_time.
-
#volume_size_in_bytes ⇒ ::Integer
Returns the value of attribute volume_size_in_bytes.
-
#volume_usage_in_bytes ⇒ ::Integer
Returns the value of attribute volume_usage_in_bytes.
Instance Attribute Details
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def volume_arn @volume_arn end |
#volume_recovery_point_time ⇒ ::String
Returns the value of attribute volume_recovery_point_time.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def volume_recovery_point_time @volume_recovery_point_time end |
#volume_size_in_bytes ⇒ ::Integer
Returns the value of attribute volume_size_in_bytes.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def volume_size_in_bytes @volume_size_in_bytes end |
#volume_usage_in_bytes ⇒ ::Integer
Returns the value of attribute volume_usage_in_bytes.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def volume_usage_in_bytes @volume_usage_in_bytes end |