Module: Aws::Glue::Client::_BatchGetCrawlersResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchGetCrawlersResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#crawlers ⇒ ::Array[Types::Crawler]
184 |
# File 'sig/client.rbs', line 184
def crawlers: () -> ::Array[Types::Crawler]
|
#crawlers_not_found ⇒ ::Array[::String]
185 |
# File 'sig/client.rbs', line 185
def crawlers_not_found: () -> ::Array[::String]
|