Class: Aws::Glue::Types::ListCrawlsRequest

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

#crawler_nameString

The name of the crawler whose runs you want to retrieve.

Returns:

  • (String)


14819
14820
14821
14822
14823
14824
14825
14826
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14819

class ListCrawlsRequest < Struct.new(
  :crawler_name,
  :max_results,
  :filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::CrawlsFilter>

Filters the crawls by the criteria you specify in a list of CrawlsFilter objects.

Returns:



14819
14820
14821
14822
14823
14824
14825
14826
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14819

class ListCrawlsRequest < Struct.new(
  :crawler_name,
  :max_results,
  :filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return. The default is 20, and maximum is 100.

Returns:

  • (Integer)


14819
14820
14821
14822
14823
14824
14825
14826
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14819

class ListCrawlsRequest < Struct.new(
  :crawler_name,
  :max_results,
  :filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, if this is a continuation call.

Returns:

  • (String)


14819
14820
14821
14822
14823
14824
14825
14826
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14819

class ListCrawlsRequest < Struct.new(
  :crawler_name,
  :max_results,
  :filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end