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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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:



14840
14841
14842
14843
14844
14845
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14840

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)


14840
14841
14842
14843
14844
14845
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14840

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