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:



15291
15292
15293
15294
15295
15296
# File 'lib/aws-sdk-glue/types.rb', line 15291

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)


15291
15292
15293
15294
15295
15296
# File 'lib/aws-sdk-glue/types.rb', line 15291

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