Module: Aws::Glue::Client::_BatchGetWorkflowsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchGetWorkflowsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#missing_workflows ⇒ ::Array[::String]
323 |
# File 'sig/client.rbs', line 323
def missing_workflows: () -> ::Array[::String]
|
#workflows ⇒ ::Array[Types::Workflow]
322 |
# File 'sig/client.rbs', line 322
def workflows: () -> ::Array[Types::Workflow]
|