Module: Aws::MWAAServerless::Client::_ListWorkflowRunsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListWorkflowRunsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
227 |
# File 'sig/client.rbs', line 227
def next_token: () -> ::String
|
#workflow_runs ⇒ ::Array[Types::WorkflowRunSummary]
226 |
# File 'sig/client.rbs', line 226
def workflow_runs: () -> ::Array[Types::WorkflowRunSummary]
|