Class: Aws::Glue::Types::ListCrawlsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListCrawlsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#crawler_name ⇒ String
The name of the crawler whose runs you want to retrieve.
-
#filters ⇒ Array<Types::CrawlsFilter>
Filters the crawls by the criteria you specify in a list of ‘CrawlsFilter` objects.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
A continuation token, if this is a continuation call.
Instance Attribute Details
#crawler_name ⇒ String
The name of the crawler whose runs you want to retrieve.
15892 15893 15894 15895 15896 15897 15898 15899 |
# File 'lib/aws-sdk-glue/types.rb', line 15892 class ListCrawlsRequest < Struct.new( :crawler_name, :max_results, :filters, :next_token) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::CrawlsFilter>
Filters the crawls by the criteria you specify in a list of ‘CrawlsFilter` objects.
15892 15893 15894 15895 15896 15897 15898 15899 |
# File 'lib/aws-sdk-glue/types.rb', line 15892 class ListCrawlsRequest < Struct.new( :crawler_name, :max_results, :filters, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return. The default is 20, and maximum is 100.
15892 15893 15894 15895 15896 15897 15898 15899 |
# File 'lib/aws-sdk-glue/types.rb', line 15892 class ListCrawlsRequest < Struct.new( :crawler_name, :max_results, :filters, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is a continuation call.
15892 15893 15894 15895 15896 15897 15898 15899 |
# File 'lib/aws-sdk-glue/types.rb', line 15892 class ListCrawlsRequest < Struct.new( :crawler_name, :max_results, :filters, :next_token) SENSITIVE = [] include Aws::Structure end |