Class: Aws::Glue::Types::ListCrawlsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListCrawlsResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#crawls ⇒ Array<Types::CrawlerHistory>
A list of
CrawlerHistory
objects representing the crawl runs that meet your criteria. -
#next_token ⇒ String
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
Instance Attribute Details
#crawls ⇒ Array<Types::CrawlerHistory>
A list of CrawlerHistory
objects representing the crawl runs that
meet your criteria.
13137 13138 13139 13140 13141 13142 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13137 class ListCrawlsResponse < Struct.new( :crawls, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
13137 13138 13139 13140 13141 13142 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13137 class ListCrawlsResponse < Struct.new( :crawls, :next_token) SENSITIVE = [] include Aws::Structure end |