Class: Aws::Glue::Types::ListDataQualityRuleRecommendationRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListDataQualityRuleRecommendationRunsResponse
- 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::DataQualityRuleRecommendationRunDescription>
A list of
DataQualityRuleRecommendationRunDescriptionobjects.
Instance Attribute Details
#next_token ⇒ String
A pagination token, if more results are available.
21660 21661 21662 21663 21664 21665 |
# File 'lib/aws-sdk-glue/types.rb', line 21660 class ListDataQualityRuleRecommendationRunsResponse < Struct.new( :runs, :next_token) SENSITIVE = [] include Aws::Structure end |
#runs ⇒ Array<Types::DataQualityRuleRecommendationRunDescription>
A list of DataQualityRuleRecommendationRunDescription objects.
21660 21661 21662 21663 21664 21665 |
# File 'lib/aws-sdk-glue/types.rb', line 21660 class ListDataQualityRuleRecommendationRunsResponse < Struct.new( :runs, :next_token) SENSITIVE = [] include Aws::Structure end |