Module: Aws::MWAAServerless::Client::_StartWorkflowRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartWorkflowRunResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#run_id ⇒ ::String
265 |
# File 'sig/client.rbs', line 265
def run_id: () -> ::String
|
#started_at ⇒ ::Time
267 |
# File 'sig/client.rbs', line 267
def started_at: () -> ::Time
|
#status ⇒ "STARTING", ...
266 |
# File 'sig/client.rbs', line 266
def status: () -> ("STARTING" | "QUEUED" | "RUNNING" | "SUCCESS" | "FAILED" | "TIMEOUT" | "STOPPING" | "STOPPED")
|