Class: Aws::Glue::Types::ListCrawlsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListCrawlsResponse
- Includes:
- Structure
- Defined in:
- 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.
17899 17900 17901 17902 17903 17904 |
# File 'lib/aws-sdk-glue/types.rb', line 17899 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.
17899 17900 17901 17902 17903 17904 |
# File 'lib/aws-sdk-glue/types.rb', line 17899 class ListCrawlsResponse < Struct.new( :crawls, :next_token) SENSITIVE = [] include Aws::Structure end |