Class: Aws::Glue::Types::ListDataQualityRulesetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListDataQualityRulesetsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::DataQualityRulesetFilterCriteria
The filter criteria.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
A paginated token to offset the results.
-
#tags ⇒ Hash<String,String>
A list of key-value pair tags.
Instance Attribute Details
#filter ⇒ Types::DataQualityRulesetFilterCriteria
The filter criteria.
18081 18082 18083 18084 18085 18086 18087 18088 |
# File 'lib/aws-sdk-glue/types.rb', line 18081 class ListDataQualityRulesetsRequest < Struct.new( :next_token, :max_results, :filter, :tags) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
18081 18082 18083 18084 18085 18086 18087 18088 |
# File 'lib/aws-sdk-glue/types.rb', line 18081 class ListDataQualityRulesetsRequest < Struct.new( :next_token, :max_results, :filter, :tags) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A paginated token to offset the results.
18081 18082 18083 18084 18085 18086 18087 18088 |
# File 'lib/aws-sdk-glue/types.rb', line 18081 class ListDataQualityRulesetsRequest < Struct.new( :next_token, :max_results, :filter, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A list of key-value pair tags.
18081 18082 18083 18084 18085 18086 18087 18088 |
# File 'lib/aws-sdk-glue/types.rb', line 18081 class ListDataQualityRulesetsRequest < Struct.new( :next_token, :max_results, :filter, :tags) SENSITIVE = [] include Aws::Structure end |