Class: Aws::Glue::Types::ListDataQualityRulesetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListDataQualityRulesetsRequest
- Defined in:
- gems/aws-sdk-glue/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.
14858 14859 14860 14861 14862 14863 14864 14865 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14858 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.
14858 14859 14860 14861 14862 14863 14864 14865 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14858 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.
14858 14859 14860 14861 14862 14863 14864 14865 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14858 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.
14858 14859 14860 14861 14862 14863 14864 14865 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14858 class ListDataQualityRulesetsRequest < Struct.new( :next_token, :max_results, :filter, :tags) SENSITIVE = [] include Aws::Structure end |