Class: Aws::Glue::Types::ListDataQualityRulesetEvaluationRunsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListDataQualityRulesetEvaluationRunsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::DataQualityRulesetEvaluationRunFilter
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::DataQualityRulesetEvaluationRunFilter
The filter criteria.
16051 16052 16053 16054 16055 16056 16057 |
# File 'lib/aws-sdk-glue/types.rb', line 16051 class ListDataQualityRulesetEvaluationRunsRequest < Struct.new( :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
16051 16052 16053 16054 16055 16056 16057 |
# File 'lib/aws-sdk-glue/types.rb', line 16051 class ListDataQualityRulesetEvaluationRunsRequest < Struct.new( :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A paginated token to offset the results.
16051 16052 16053 16054 16055 16056 16057 |
# File 'lib/aws-sdk-glue/types.rb', line 16051 class ListDataQualityRulesetEvaluationRunsRequest < Struct.new( :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |