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
DataQualityRulesetEvaluationRunDescriptionobjects representing data quality ruleset runs.
Instance Attribute Details
#next_token ⇒ String
A pagination token, if more results are available.
19494 19495 19496 19497 19498 19499 |
# File 'lib/aws-sdk-glue/types.rb', line 19494 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.
19494 19495 19496 19497 19498 19499 |
# File 'lib/aws-sdk-glue/types.rb', line 19494 class ListDataQualityRulesetEvaluationRunsResponse < Struct.new( :runs, :next_token) SENSITIVE = [] include Aws::Structure end |