Class: Aws::Glue::Types::ListCrawlsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#crawlsArray<Types::CrawlerHistory>

A list of ‘CrawlerHistory` objects representing the crawl runs that meet your criteria.

Returns:



14832
14833
14834
14835
14836
14837
# File 'lib/aws-sdk-glue/types.rb', line 14832

class ListCrawlsResponse < Struct.new(
  :crawls,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

Returns:

  • (String)


14832
14833
14834
14835
14836
14837
# File 'lib/aws-sdk-glue/types.rb', line 14832

class ListCrawlsResponse < Struct.new(
  :crawls,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end