Module: Aws::ARCRegionswitch::Client::_GetPlanExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPlanExecutionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #actual_recovery_time ⇒ ::String
- #comment ⇒ ::String
- #end_time ⇒ ::Time
- #execution_action ⇒ "activate", ...
- #execution_id ⇒ ::String
- #execution_region ⇒ ::String
- #execution_state ⇒ "inProgress", ...
- #generated_report_details ⇒ ::Array[Types::GeneratedReport]
- #mode ⇒ "graceful", "ungraceful"
- #next_token ⇒ ::String
- #plan ⇒ Types::Plan
- #plan_arn ⇒ ::String
- #recovery_execution_id ⇒ ::String
- #start_time ⇒ ::Time
- #step_states ⇒ ::Array[Types::StepState]
- #updated_at ⇒ ::Time
- #version ⇒ ::String
Instance Method Details
#actual_recovery_time ⇒ ::String
189 |
# File 'sig/client.rbs', line 189
def actual_recovery_time: () -> ::String
|
#comment ⇒ ::String
179 |
# File 'sig/client.rbs', line 179
def comment: () -> ::String
|
#end_time ⇒ ::Time
181 |
# File 'sig/client.rbs', line 181
def end_time: () -> ::Time
|
#execution_action ⇒ "activate", ...
184 |
# File 'sig/client.rbs', line 184
def execution_action: () -> ("activate" | "deactivate" | "postRecovery")
|
#execution_id ⇒ ::String
176 |
# File 'sig/client.rbs', line 176
def execution_id: () -> ::String
|
#execution_region ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def execution_region: () -> ::String
|
#execution_state ⇒ "inProgress", ...
183 |
# File 'sig/client.rbs', line 183
def execution_state: () -> ("inProgress" | "pausedByFailedStep" | "pausedByOperator" | "completed" | "completedWithExceptions" | "canceled" | "planExecutionTimedOut" | "pendingManualApproval" | "failed" | "pending" | "completedMonitoringApplicationHealth")
|
#generated_report_details ⇒ ::Array[Types::GeneratedReport]
190 |
# File 'sig/client.rbs', line 190
def generated_report_details: () -> ::Array[Types::GeneratedReport]
|
#mode ⇒ "graceful", "ungraceful"
182 |
# File 'sig/client.rbs', line 182
def mode: () -> ("graceful" | "ungraceful")
|
#next_token ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def next_token: () -> ::String
|
#plan_arn ⇒ ::String
175 |
# File 'sig/client.rbs', line 175
def plan_arn: () -> ::String
|
#recovery_execution_id ⇒ ::String
186 |
# File 'sig/client.rbs', line 186
def recovery_execution_id: () -> ::String
|
#start_time ⇒ ::Time
180 |
# File 'sig/client.rbs', line 180
def start_time: () -> ::Time
|
#step_states ⇒ ::Array[Types::StepState]
187 |
# File 'sig/client.rbs', line 187
def step_states: () -> ::Array[Types::StepState]
|
#updated_at ⇒ ::Time
178 |
# File 'sig/client.rbs', line 178
def updated_at: () -> ::Time
|
#version ⇒ ::String
177 |
# File 'sig/client.rbs', line 177
def version: () -> ::String
|