Class: Aws::Types::RestoreFromRecoveryPointRequest
- Inherits:
-
Object
- Object
- Aws::Types::RestoreFromRecoveryPointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maintain_integration ⇒ Boolean
Returns the value of attribute maintain_integration.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#recovery_point_id ⇒ ::String
Returns the value of attribute recovery_point_id.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#maintain_integration ⇒ Boolean
Returns the value of attribute maintain_integration.
797 798 799 |
# File 'sig/types.rbs', line 797 def maintain_integration @maintain_integration end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
798 799 800 |
# File 'sig/types.rbs', line 798 def namespace_name @namespace_name end |
#recovery_point_id ⇒ ::String
Returns the value of attribute recovery_point_id.
799 800 801 |
# File 'sig/types.rbs', line 799 def recovery_point_id @recovery_point_id end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
800 801 802 |
# File 'sig/types.rbs', line 800 def workgroup_name @workgroup_name end |