Class: Aws::Types::RestoreFromRecoveryPointResponse
- Inherits:
-
Object
- Object
- Aws::Types::RestoreFromRecoveryPointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#namespace ⇒ Types::Namespace
Returns the value of attribute namespace.
-
#recovery_point_id ⇒ ::String
Returns the value of attribute recovery_point_id.
Instance Attribute Details
#namespace ⇒ Types::Namespace
Returns the value of attribute namespace.
805 806 807 |
# File 'sig/types.rbs', line 805 def namespace @namespace end |
#recovery_point_id ⇒ ::String
Returns the value of attribute recovery_point_id.
806 807 808 |
# File 'sig/types.rbs', line 806 def recovery_point_id @recovery_point_id end |