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

Returns:

  • (::String)


265
# File 'sig/client.rbs', line 265

def run_id: () -> ::String

#started_at::Time

Returns:

  • (::Time)


267
# File 'sig/client.rbs', line 267

def started_at: () -> ::Time

#status"STARTING", ...

Returns:

  • ("STARTING", "QUEUED", "RUNNING", "SUCCESS", "FAILED", "TIMEOUT", "STOPPING", "STOPPED")


266
# File 'sig/client.rbs', line 266

def status: () -> ("STARTING" | "QUEUED" | "RUNNING" | "SUCCESS" | "FAILED" | "TIMEOUT" | "STOPPING" | "STOPPED")