Class: Aws::Types::RestoreTestingPlanForUpdate
- Inherits:
-
Object
- Object
- Aws::Types::RestoreTestingPlanForUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recovery_point_selection ⇒ Types::RestoreTestingRecoveryPointSelection
Returns the value of attribute recovery_point_selection.
-
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
-
#schedule_expression_timezone ⇒ ::String
Returns the value of attribute schedule_expression_timezone.
-
#start_window_hours ⇒ ::Integer
Returns the value of attribute start_window_hours.
Instance Attribute Details
#recovery_point_selection ⇒ Types::RestoreTestingRecoveryPointSelection
Returns the value of attribute recovery_point_selection.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def recovery_point_selection @recovery_point_selection end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
1989 1990 1991 |
# File 'sig/types.rbs', line 1989 def schedule_expression @schedule_expression end |
#schedule_expression_timezone ⇒ ::String
Returns the value of attribute schedule_expression_timezone.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def schedule_expression_timezone @schedule_expression_timezone end |
#start_window_hours ⇒ ::Integer
Returns the value of attribute start_window_hours.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def start_window_hours @start_window_hours end |