Class: Aws::Types::ListCrawlersResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCrawlersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crawler_names ⇒ ::Array[::String]
Returns the value of attribute crawler_names.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#crawler_names ⇒ ::Array[::String]
Returns the value of attribute crawler_names.
5160 5161 5162 |
# File 'sig/types.rbs', line 5160 def crawler_names @crawler_names end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5161 5162 5163 |
# File 'sig/types.rbs', line 5161 def next_token @next_token end |