Module: Aws::MWAAServerless::Client::_ListWorkflowVersionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListWorkflowVersionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
241 |
# File 'sig/client.rbs', line 241
def next_token: () -> ::String
|
#workflow_versions ⇒ ::Array[Types::WorkflowVersionSummary]
240 |
# File 'sig/client.rbs', line 240
def workflow_versions: () -> ::Array[Types::WorkflowVersionSummary]
|