Module: Aws::NovaAct::Client::_CreateWorkflowRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateWorkflowRunResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#status ⇒ "RUNNING", ...
137 |
# File 'sig/client.rbs', line 137
def status: () -> ("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT" | "DELETING")
|
#workflow_run_id ⇒ ::String
136 |
# File 'sig/client.rbs', line 136
def workflow_run_id: () -> ::String
|