Class: Aws::Glue::Types::ListDataQualityResultsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListDataQualityResultsRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::DataQualityResultFilterCriteria
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::DataQualityResultFilterCriteria
The filter criteria.
13192 13193 13194 13195 13196 13197 13198 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13192 class ListDataQualityResultsRequest < Struct.new( :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
13192 13193 13194 13195 13196 13197 13198 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13192 class ListDataQualityResultsRequest < Struct.new( :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A paginated token to offset the results.
13192 13193 13194 13195 13196 13197 13198 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13192 class ListDataQualityResultsRequest < Struct.new( :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |