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]
180 |
# File 'sig/client.rbs', line 180
def crawlers: () -> ::Array[Types::Crawler]
|
#crawlers_not_found ⇒ ::Array[::String]
181 |
# File 'sig/client.rbs', line 181
def crawlers_not_found: () -> ::Array[::String]
|