Class: Aws::Types::RestoreTestingPlanForCreate
- Inherits:
-
Object
- Object
- Aws::Types::RestoreTestingPlanForCreate
- 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.
-
#restore_testing_plan_name ⇒ ::String
Returns the value of attribute restore_testing_plan_name.
-
#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.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def recovery_point_selection @recovery_point_selection end |
#restore_testing_plan_name ⇒ ::String
Returns the value of attribute restore_testing_plan_name.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def restore_testing_plan_name @restore_testing_plan_name end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def schedule_expression @schedule_expression end |
#schedule_expression_timezone ⇒ ::String
Returns the value of attribute schedule_expression_timezone.
1956 1957 1958 |
# File 'sig/types.rbs', line 1956 def schedule_expression_timezone @schedule_expression_timezone end |
#start_window_hours ⇒ ::Integer
Returns the value of attribute start_window_hours.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def start_window_hours @start_window_hours end |