Class: Aws::Types::GetPlanExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPlanExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_recovery_time ⇒ ::String
Returns the value of attribute actual_recovery_time.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#execution_action ⇒ "activate", ...
Returns the value of attribute execution_action.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#execution_region ⇒ ::String
Returns the value of attribute execution_region.
-
#execution_state ⇒ "inProgress", ...
Returns the value of attribute execution_state.
-
#generated_report_details ⇒ ::Array[Types::GeneratedReport]
Returns the value of attribute generated_report_details.
-
#mode ⇒ "graceful", "ungraceful"
Returns the value of attribute mode.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#plan ⇒ Types::Plan
Returns the value of attribute plan.
-
#plan_arn ⇒ ::String
Returns the value of attribute plan_arn.
-
#recovery_execution_id ⇒ ::String
Returns the value of attribute recovery_execution_id.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#step_states ⇒ ::Array[Types::StepState]
Returns the value of attribute step_states.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#actual_recovery_time ⇒ ::String
Returns the value of attribute actual_recovery_time.
373 374 375 |
# File 'sig/types.rbs', line 373 def actual_recovery_time @actual_recovery_time end |
#comment ⇒ ::String
Returns the value of attribute comment.
363 364 365 |
# File 'sig/types.rbs', line 363 def comment @comment end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
365 366 367 |
# File 'sig/types.rbs', line 365 def end_time @end_time end |
#execution_action ⇒ "activate", ...
Returns the value of attribute execution_action.
368 369 370 |
# File 'sig/types.rbs', line 368 def execution_action @execution_action end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
360 361 362 |
# File 'sig/types.rbs', line 360 def execution_id @execution_id end |
#execution_region ⇒ ::String
Returns the value of attribute execution_region.
369 370 371 |
# File 'sig/types.rbs', line 369 def execution_region @execution_region end |
#execution_state ⇒ "inProgress", ...
Returns the value of attribute execution_state.
367 368 369 |
# File 'sig/types.rbs', line 367 def execution_state @execution_state end |
#generated_report_details ⇒ ::Array[Types::GeneratedReport]
Returns the value of attribute generated_report_details.
374 375 376 |
# File 'sig/types.rbs', line 374 def generated_report_details @generated_report_details end |
#mode ⇒ "graceful", "ungraceful"
Returns the value of attribute mode.
366 367 368 |
# File 'sig/types.rbs', line 366 def mode @mode end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
375 376 377 |
# File 'sig/types.rbs', line 375 def next_token @next_token end |
#plan ⇒ Types::Plan
Returns the value of attribute plan.
372 373 374 |
# File 'sig/types.rbs', line 372 def plan @plan end |
#plan_arn ⇒ ::String
Returns the value of attribute plan_arn.
359 360 361 |
# File 'sig/types.rbs', line 359 def plan_arn @plan_arn end |
#recovery_execution_id ⇒ ::String
Returns the value of attribute recovery_execution_id.
370 371 372 |
# File 'sig/types.rbs', line 370 def recovery_execution_id @recovery_execution_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
364 365 366 |
# File 'sig/types.rbs', line 364 def start_time @start_time end |
#step_states ⇒ ::Array[Types::StepState]
Returns the value of attribute step_states.
371 372 373 |
# File 'sig/types.rbs', line 371 def step_states @step_states end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
362 363 364 |
# File 'sig/types.rbs', line 362 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
361 362 363 |
# File 'sig/types.rbs', line 361 def version @version end |