Module: Aws::Glue::Client::_BatchGetDevEndpointsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchGetDevEndpointsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#dev_endpoints ⇒ ::Array[Types::DevEndpoint]
213 |
# File 'sig/client.rbs', line 213
def dev_endpoints: () -> ::Array[Types::DevEndpoint]
|
#dev_endpoints_not_found ⇒ ::Array[::String]
214 |
# File 'sig/client.rbs', line 214
def dev_endpoints_not_found: () -> ::Array[::String]
|