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.
14736 14737 14738 14739 14740 14741 14742 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14736 class ListDataQualityResultsRequest < Struct.new( :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
14736 14737 14738 14739 14740 14741 14742 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14736 class ListDataQualityResultsRequest < Struct.new( :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A paginated token to offset the results.
14736 14737 14738 14739 14740 14741 14742 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14736 class ListDataQualityResultsRequest < Struct.new( :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |