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.
21725 21726 21727 21728 21729 21730 21731 21732 |
# File 'lib/aws-sdk-glue/types.rb', line 21725 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.
21725 21726 21727 21728 21729 21730 21731 21732 |
# File 'lib/aws-sdk-glue/types.rb', line 21725 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.
21725 21726 21727 21728 21729 21730 21731 21732 |
# File 'lib/aws-sdk-glue/types.rb', line 21725 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.
21725 21726 21727 21728 21729 21730 21731 21732 |
# File 'lib/aws-sdk-glue/types.rb', line 21725 class ListDataQualityRulesetsRequest < Struct.new( :next_token, :max_results, :filter, :tags) SENSITIVE = [] include Aws::Structure end |