Module: Aws::Glue::Client::_BatchGetJobsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchGetJobsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#jobs ⇒ ::Array[Types::Job]
237 |
# File 'sig/client.rbs', line 237
def jobs: () -> ::Array[Types::Job]
|
#jobs_not_found ⇒ ::Array[::String]
238 |
# File 'sig/client.rbs', line 238
def jobs_not_found: () -> ::Array[::String]
|