Class: Aws::Glue::Types::GetCrawlersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetCrawlersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#crawlers ⇒ Array<Types::Crawler>
A list of crawler metadata.
-
#next_token ⇒ String
A continuation token, if the returned list has not reached the end of those defined in this customer account.
Instance Attribute Details
#crawlers ⇒ Array<Types::Crawler>
A list of crawler metadata.
10110 10111 10112 10113 10114 10115 |
# File 'lib/aws-sdk-glue/types.rb', line 10110 class GetCrawlersResponse < Struct.new( :crawlers, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if the returned list has not reached the end of those defined in this customer account.
10110 10111 10112 10113 10114 10115 |
# File 'lib/aws-sdk-glue/types.rb', line 10110 class GetCrawlersResponse < Struct.new( :crawlers, :next_token) SENSITIVE = [] include Aws::Structure end |