Module: Aws::MigrationHubOrchestrator::Client::_GetWorkflowStepResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWorkflowStepResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #end_time ⇒ ::Time
- #last_start_time ⇒ ::Time
- #name ⇒ ::String
- #next ⇒ ::Array[::String]
- #no_of_srv_completed ⇒ ::Integer
- #no_of_srv_failed ⇒ ::Integer
- #outputs ⇒ ::Array[Types::WorkflowStepOutput]
- #owner ⇒ "AWS_MANAGED", "CUSTOM"
- #previous ⇒ ::Array[::String]
- #script_output_location ⇒ ::String
- #status ⇒ "AWAITING_DEPENDENCIES", ...
- #status_message ⇒ ::String
- #step_action_type ⇒ "MANUAL", "AUTOMATED"
- #step_group_id ⇒ ::String
- #step_id ⇒ ::String
- #step_target ⇒ ::Array[::String]
- #total_no_of_srv ⇒ ::Integer
- #workflow_id ⇒ ::String
- #workflow_step_automation_configuration ⇒ Types::WorkflowStepAutomationConfiguration
Instance Method Details
#creation_time ⇒ ::Time
326 |
# File 'sig/client.rbs', line 326
def creation_time: () -> ::Time
|
#description ⇒ ::String
315 |
# File 'sig/client.rbs', line 315
def description: () -> ::String
|
#end_time ⇒ ::Time
328 |
# File 'sig/client.rbs', line 328
def end_time: () -> ::Time
|
#last_start_time ⇒ ::Time
327 |
# File 'sig/client.rbs', line 327
def last_start_time: () -> ::Time
|
#name ⇒ ::String
311 |
# File 'sig/client.rbs', line 311
def name: () -> ::String
|
#next ⇒ ::Array[::String]
322 |
# File 'sig/client.rbs', line 322
def next: () -> ::Array[::String]
|
#no_of_srv_completed ⇒ ::Integer
329 |
# File 'sig/client.rbs', line 329
def no_of_srv_completed: () -> ::Integer
|
#no_of_srv_failed ⇒ ::Integer
330 |
# File 'sig/client.rbs', line 330
def no_of_srv_failed: () -> ::Integer
|
#outputs ⇒ ::Array[Types::WorkflowStepOutput]
320 |
# File 'sig/client.rbs', line 320
def outputs: () -> ::Array[Types::WorkflowStepOutput]
|
#owner ⇒ "AWS_MANAGED", "CUSTOM"
317 |
# File 'sig/client.rbs', line 317
def owner: () -> ("AWS_MANAGED" | "CUSTOM")
|
#previous ⇒ ::Array[::String]
321 |
# File 'sig/client.rbs', line 321
def previous: () -> ::Array[::String]
|
#script_output_location ⇒ ::String
325 |
# File 'sig/client.rbs', line 325
def script_output_location: () -> ::String
|
#status ⇒ "AWAITING_DEPENDENCIES", ...
323 |
# File 'sig/client.rbs', line 323
def status: () -> ("AWAITING_DEPENDENCIES" | "SKIPPED" | "READY" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "PAUSED" | "USER_ATTENTION_REQUIRED")
|
#status_message ⇒ ::String
324 |
# File 'sig/client.rbs', line 324
def status_message: () -> ::String
|
#step_action_type ⇒ "MANUAL", "AUTOMATED"
316 |
# File 'sig/client.rbs', line 316
def step_action_type: () -> ("MANUAL" | "AUTOMATED")
|
#step_group_id ⇒ ::String
312 |
# File 'sig/client.rbs', line 312
def step_group_id: () -> ::String
|
#step_id ⇒ ::String
314 |
# File 'sig/client.rbs', line 314
def step_id: () -> ::String
|
#step_target ⇒ ::Array[::String]
319 |
# File 'sig/client.rbs', line 319
def step_target: () -> ::Array[::String]
|
#total_no_of_srv ⇒ ::Integer
331 |
# File 'sig/client.rbs', line 331
def total_no_of_srv: () -> ::Integer
|
#workflow_id ⇒ ::String
313 |
# File 'sig/client.rbs', line 313
def workflow_id: () -> ::String
|
#workflow_step_automation_configuration ⇒ Types::WorkflowStepAutomationConfiguration
318 |
# File 'sig/client.rbs', line 318
def workflow_step_automation_configuration: () -> Types::WorkflowStepAutomationConfiguration
|