Class: Aws::Glue::Types::ListCrawlersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListCrawlersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#crawler_names ⇒ Array<String>
The names of all crawlers in the account, or the crawlers with the specified tags.
-
#next_token ⇒ String
A continuation token, if the returned list does not contain the last metric available.
Instance Attribute Details
#crawler_names ⇒ Array<String>
The names of all crawlers in the account, or the crawlers with the specified tags.
15865 15866 15867 15868 15869 15870 |
# File 'lib/aws-sdk-glue/types.rb', line 15865 class ListCrawlersResponse < Struct.new( :crawler_names, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if the returned list does not contain the last metric available.
15865 15866 15867 15868 15869 15870 |
# File 'lib/aws-sdk-glue/types.rb', line 15865 class ListCrawlersResponse < Struct.new( :crawler_names, :next_token) SENSITIVE = [] include Aws::Structure end |