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.
15913 15914 15915 15916 15917 15918 |
# File 'lib/aws-sdk-glue/types.rb', line 15913 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.
15913 15914 15915 15916 15917 15918 |
# File 'lib/aws-sdk-glue/types.rb', line 15913 class ListCrawlsResponse < Struct.new( :crawls, :next_token) SENSITIVE = [] include Aws::Structure end |