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]
224 |
# File 'sig/client.rbs', line 224
def dev_endpoints: () -> ::Array[Types::DevEndpoint]
|
#dev_endpoints_not_found ⇒ ::Array[::String]
225 |
# File 'sig/client.rbs', line 225
def dev_endpoints_not_found: () -> ::Array[::String]
|