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.
19427 19428 19429 19430 19431 19432 |
# File 'lib/aws-sdk-glue/types.rb', line 19427 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.
19427 19428 19429 19430 19431 19432 |
# File 'lib/aws-sdk-glue/types.rb', line 19427 class ListDataQualityRulesetEvaluationRunsResponse < Struct.new( :runs, :next_token) SENSITIVE = [] include Aws::Structure end |