Module: Aws::MWAAServerless::Client::_ListWorkflowsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListWorkflowsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
254 |
# File 'sig/client.rbs', line 254
def next_token: () -> ::String
|
#workflows ⇒ ::Array[Types::WorkflowSummary]
253 |
# File 'sig/client.rbs', line 253
def workflows: () -> ::Array[Types::WorkflowSummary]
|