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.
11623 11624 11625 11626 11627 11628 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11623 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.
11623 11624 11625 11626 11627 11628 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11623 class GetCrawlersResponse < Struct.new( :crawlers, :next_token) SENSITIVE = [] include Aws::Structure end |