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]
308 |
# File 'sig/client.rbs', line 308
def missing_workflows: () -> ::Array[::String]
|
#workflows ⇒ ::Array[Types::Workflow]
307 |
# File 'sig/client.rbs', line 307
def workflows: () -> ::Array[Types::Workflow]
|