Module: Aws::MigrationHubOrchestrator::Client::_RetryWorkflowStepResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RetryWorkflowStepResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #id ⇒ ::String
- #status ⇒ "AWAITING_DEPENDENCIES", ...
- #step_group_id ⇒ ::String
- #workflow_id ⇒ ::String
Instance Method Details
#id ⇒ ::String
472 |
# File 'sig/client.rbs', line 472
def id: () -> ::String
|
#status ⇒ "AWAITING_DEPENDENCIES", ...
473 |
# File 'sig/client.rbs', line 473
def status: () -> ("AWAITING_DEPENDENCIES" | "SKIPPED" | "READY" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "PAUSED" | "USER_ATTENTION_REQUIRED")
|
#step_group_id ⇒ ::String
470 |
# File 'sig/client.rbs', line 470
def step_group_id: () -> ::String
|
#workflow_id ⇒ ::String
471 |
# File 'sig/client.rbs', line 471
def workflow_id: () -> ::String
|