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