Class: Aws::Glue::Types::ListCrawlersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListCrawlersResponse
- Defined in:
- gems/aws-sdk-glue/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.
15696 15697 15698 15699 15700 15701 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15696 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.
15696 15697 15698 15699 15700 15701 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15696 class ListCrawlersResponse < Struct.new( :crawler_names, :next_token) SENSITIVE = [] include Aws::Structure end |