Class: Aws::Types::PointInTimeRecoverySpecification
- Inherits:
-
Object
- Object
- Aws::Types::PointInTimeRecoverySpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#point_in_time_recovery_enabled ⇒ Boolean
Returns the value of attribute point_in_time_recovery_enabled.
-
#recovery_period_in_days ⇒ ::Integer
Returns the value of attribute recovery_period_in_days.
Instance Attribute Details
#point_in_time_recovery_enabled ⇒ Boolean
Returns the value of attribute point_in_time_recovery_enabled.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def point_in_time_recovery_enabled @point_in_time_recovery_enabled end |
#recovery_period_in_days ⇒ ::Integer
Returns the value of attribute recovery_period_in_days.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def recovery_period_in_days @recovery_period_in_days end |