Class: Aws::Types::RestoreTestingPlanForGet
- Inherits:
-
Object
- Object
- Aws::Types::RestoreTestingPlanForGet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#last_execution_time ⇒ ::Time
Returns the value of attribute last_execution_time.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#recovery_point_selection ⇒ Types::RestoreTestingRecoveryPointSelection
Returns the value of attribute recovery_point_selection.
-
#restore_testing_plan_arn ⇒ ::String
Returns the value of attribute restore_testing_plan_arn.
-
#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
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def creation_time @creation_time end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def creator_request_id @creator_request_id end |
#last_execution_time ⇒ ::Time
Returns the value of attribute last_execution_time.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def last_execution_time @last_execution_time end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def last_update_time @last_update_time end |
#recovery_point_selection ⇒ Types::RestoreTestingRecoveryPointSelection
Returns the value of attribute recovery_point_selection.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def recovery_point_selection @recovery_point_selection end |
#restore_testing_plan_arn ⇒ ::String
Returns the value of attribute restore_testing_plan_arn.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def restore_testing_plan_arn @restore_testing_plan_arn end |
#restore_testing_plan_name ⇒ ::String
Returns the value of attribute restore_testing_plan_name.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def restore_testing_plan_name @restore_testing_plan_name end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def schedule_expression @schedule_expression end |
#schedule_expression_timezone ⇒ ::String
Returns the value of attribute schedule_expression_timezone.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def schedule_expression_timezone @schedule_expression_timezone end |
#start_window_hours ⇒ ::Integer
Returns the value of attribute start_window_hours.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def start_window_hours @start_window_hours end |