Module: Aws::MWAAServerless::Client::_GetWorkflowRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWorkflowRunResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #override_parameters ⇒ ::Hash[::String, untyped]
- #run_detail ⇒ Types::WorkflowRunDetail
- #run_id ⇒ ::String
- #run_type ⇒ "ON_DEMAND", "SCHEDULED"
- #workflow_arn ⇒ ::String
- #workflow_version ⇒ ::String
Instance Method Details
#override_parameters ⇒ ::Hash[::String, untyped]
190 |
# File 'sig/client.rbs', line 190
def override_parameters: () -> ::Hash[::String, untyped]
|
#run_detail ⇒ Types::WorkflowRunDetail
191 |
# File 'sig/client.rbs', line 191
def run_detail: () -> Types::WorkflowRunDetail
|
#run_id ⇒ ::String
188 |
# File 'sig/client.rbs', line 188
def run_id: () -> ::String
|
#run_type ⇒ "ON_DEMAND", "SCHEDULED"
189 |
# File 'sig/client.rbs', line 189
def run_type: () -> ("ON_DEMAND" | "SCHEDULED")
|
#workflow_arn ⇒ ::String
186 |
# File 'sig/client.rbs', line 186
def workflow_arn: () -> ::String
|
#workflow_version ⇒ ::String
187 |
# File 'sig/client.rbs', line 187
def workflow_version: () -> ::String
|