Class: Aws::Glue::Types::ListDataQualityRulesetEvaluationRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListDataQualityRulesetEvaluationRunsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token, if more results are available.
-
#runs ⇒ Array<Types::DataQualityRulesetEvaluationRunDescription>
A list of ‘DataQualityRulesetEvaluationRunDescription` objects representing data quality ruleset runs.
Instance Attribute Details
#next_token ⇒ String
A pagination token, if more results are available.
16070 16071 16072 16073 16074 16075 |
# File 'lib/aws-sdk-glue/types.rb', line 16070 class ListDataQualityRulesetEvaluationRunsResponse < Struct.new( :runs, :next_token) SENSITIVE = [] include Aws::Structure end |
#runs ⇒ Array<Types::DataQualityRulesetEvaluationRunDescription>
A list of ‘DataQualityRulesetEvaluationRunDescription` objects representing data quality ruleset runs.
16070 16071 16072 16073 16074 16075 |
# File 'lib/aws-sdk-glue/types.rb', line 16070 class ListDataQualityRulesetEvaluationRunsResponse < Struct.new( :runs, :next_token) SENSITIVE = [] include Aws::Structure end |