Class: Aws::Types::RecoveryPoint
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryPoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#recovery_point_create_time ⇒ ::Time
Returns the value of attribute recovery_point_create_time.
-
#recovery_point_id ⇒ ::String
Returns the value of attribute recovery_point_id.
-
#total_size_in_mega_bytes ⇒ ::Float
Returns the value of attribute total_size_in_mega_bytes.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
754 755 756 |
# File 'sig/types.rbs', line 754 def namespace_arn @namespace_arn end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
755 756 757 |
# File 'sig/types.rbs', line 755 def namespace_name @namespace_name end |
#recovery_point_create_time ⇒ ::Time
Returns the value of attribute recovery_point_create_time.
756 757 758 |
# File 'sig/types.rbs', line 756 def recovery_point_create_time @recovery_point_create_time end |
#recovery_point_id ⇒ ::String
Returns the value of attribute recovery_point_id.
757 758 759 |
# File 'sig/types.rbs', line 757 def recovery_point_id @recovery_point_id end |
#total_size_in_mega_bytes ⇒ ::Float
Returns the value of attribute total_size_in_mega_bytes.
758 759 760 |
# File 'sig/types.rbs', line 758 def total_size_in_mega_bytes @total_size_in_mega_bytes end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
759 760 761 |
# File 'sig/types.rbs', line 759 def workgroup_name @workgroup_name end |