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.
17851 17852 17853 17854 17855 17856 |
# File 'lib/aws-sdk-glue/types.rb', line 17851 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.
17851 17852 17853 17854 17855 17856 |
# File 'lib/aws-sdk-glue/types.rb', line 17851 class ListCrawlersResponse < Struct.new( :crawler_names, :next_token) SENSITIVE = [] include Aws::Structure end |