Class: Aws::Types::BatchGetCrawlersResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetCrawlersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crawlers ⇒ ::Array[Types::Crawler]
Returns the value of attribute crawlers.
-
#crawlers_not_found ⇒ ::Array[::String]
Returns the value of attribute crawlers_not_found.
Instance Attribute Details
#crawlers ⇒ ::Array[Types::Crawler]
Returns the value of attribute crawlers.
311 312 313 |
# File 'sig/types.rbs', line 311 def crawlers @crawlers end |
#crawlers_not_found ⇒ ::Array[::String]
Returns the value of attribute crawlers_not_found.
312 313 314 |
# File 'sig/types.rbs', line 312 def crawlers_not_found @crawlers_not_found end |