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
274 |
# File 'sig/client.rbs', line 274
def run_id: () -> ::String
|
#started_at ⇒ ::Time
276 |
# File 'sig/client.rbs', line 276
def started_at: () -> ::Time
|
#status ⇒ "STARTING", ...
275 |
# File 'sig/client.rbs', line 275
def status: () -> ("STARTING" | "QUEUED" | "RUNNING" | "SUCCESS" | "FAILED" | "TIMEOUT" | "STOPPING" | "STOPPED")
|