Class: Aws::Glue::Types::ListDataQualityRuleRecommendationRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListDataQualityRuleRecommendationRunsResponse
- Defined in:
- gems/aws-sdk-glue/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
DataQualityRuleRecommendationRunDescription
objects.
Instance Attribute Details
#next_token ⇒ String
A pagination token, if more results are available.
16036 16037 16038 16039 16040 16041 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16036 class ListDataQualityRuleRecommendationRunsResponse < Struct.new( :runs, :next_token) SENSITIVE = [] include Aws::Structure end |
#runs ⇒ Array<Types::DataQualityRuleRecommendationRunDescription>
A list of DataQualityRuleRecommendationRunDescription
objects.
16036 16037 16038 16039 16040 16041 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16036 class ListDataQualityRuleRecommendationRunsResponse < Struct.new( :runs, :next_token) SENSITIVE = [] include Aws::Structure end |