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.
16095 16096 16097 16098 16099 16100 16101 16102 |
# File 'lib/aws-sdk-glue/types.rb', line 16095 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.
16095 16096 16097 16098 16099 16100 16101 16102 |
# File 'lib/aws-sdk-glue/types.rb', line 16095 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.
16095 16096 16097 16098 16099 16100 16101 16102 |
# File 'lib/aws-sdk-glue/types.rb', line 16095 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.
16095 16096 16097 16098 16099 16100 16101 16102 |
# File 'lib/aws-sdk-glue/types.rb', line 16095 class ListDataQualityRulesetsRequest < Struct.new( :next_token, :max_results, :filter, :tags) SENSITIVE = [] include Aws::Structure end |