Module: Aws::MWAAServerless::Client::_StopWorkflowRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StopWorkflowRunResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#run_id ⇒ ::String
283 |
# File 'sig/client.rbs', line 283
def run_id: () -> ::String
|
#status ⇒ "STARTING", ...
284 |
# File 'sig/client.rbs', line 284
def status: () -> ("STARTING" | "QUEUED" | "RUNNING" | "SUCCESS" | "FAILED" | "TIMEOUT" | "STOPPING" | "STOPPED")
|
#workflow_arn ⇒ ::String
281 |
# File 'sig/client.rbs', line 281
def workflow_arn: () -> ::String
|
#workflow_version ⇒ ::String
282 |
# File 'sig/client.rbs', line 282
def workflow_version: () -> ::String
|