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

Returns:

  • (::String)


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

def run_id: () -> ::String

#status"STARTING", ...

Returns:

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


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

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

#workflow_arn::String

Returns:

  • (::String)


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

def workflow_arn: () -> ::String

#workflow_version::String

Returns:

  • (::String)


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

def workflow_version: () -> ::String