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
292 |
# File 'sig/client.rbs', line 292
def run_id: () -> ::String
|
#status ⇒ "STARTING", ...
293 |
# File 'sig/client.rbs', line 293
def status: () -> ("STARTING" | "QUEUED" | "RUNNING" | "SUCCESS" | "FAILED" | "TIMEOUT" | "STOPPING" | "STOPPED")
|
#workflow_arn ⇒ ::String
290 |
# File 'sig/client.rbs', line 290
def workflow_arn: () -> ::String
|
#workflow_version ⇒ ::String
291 |
# File 'sig/client.rbs', line 291
def workflow_version: () -> ::String
|