Class: Aws::Glue::Types::GetCrawlersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetCrawlersResponse
- Defined in:
- gems/aws-sdk-glue/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.
8349 8350 8351 8352 8353 8354 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8349 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.
8349 8350 8351 8352 8353 8354 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8349 class GetCrawlersResponse < Struct.new( :crawlers, :next_token) SENSITIVE = [] include Aws::Structure end |