Class: Aws::Glue::Types::ListDataQualityRuleRecommendationRunsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListDataQualityRuleRecommendationRunsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::DataQualityRuleRecommendationRunFilter
The filter criteria.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
A paginated token to offset the results.
Instance Attribute Details
#filter ⇒ Types::DataQualityRuleRecommendationRunFilter
The filter criteria.
16012 16013 16014 16015 16016 16017 16018 |
# File 'lib/aws-sdk-glue/types.rb', line 16012 class ListDataQualityRuleRecommendationRunsRequest < Struct.new( :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
16012 16013 16014 16015 16016 16017 16018 |
# File 'lib/aws-sdk-glue/types.rb', line 16012 class ListDataQualityRuleRecommendationRunsRequest < Struct.new( :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A paginated token to offset the results.
16012 16013 16014 16015 16016 16017 16018 |
# File 'lib/aws-sdk-glue/types.rb', line 16012 class ListDataQualityRuleRecommendationRunsRequest < Struct.new( :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |