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.
9951 9952 9953 9954 9955 9956 |
# File 'lib/aws-sdk-glue/types.rb', line 9951 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.
9951 9952 9953 9954 9955 9956 |
# File 'lib/aws-sdk-glue/types.rb', line 9951 class GetCrawlersResponse < Struct.new( :crawlers, :next_token) SENSITIVE = [] include Aws::Structure end |