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 ‘DataQualityRuleRecommendationRunDescription` objects.
Instance Attribute Details
#next_token ⇒ String
A pagination token, if more results are available.
18016 18017 18018 18019 18020 18021 |
# File 'lib/aws-sdk-glue/types.rb', line 18016 class ListDataQualityRuleRecommendationRunsResponse < Struct.new( :runs, :next_token) SENSITIVE = [] include Aws::Structure end |
#runs ⇒ Array<Types::DataQualityRuleRecommendationRunDescription>
A list of ‘DataQualityRuleRecommendationRunDescription` objects.
18016 18017 18018 18019 18020 18021 |
# File 'lib/aws-sdk-glue/types.rb', line 18016 class ListDataQualityRuleRecommendationRunsResponse < Struct.new( :runs, :next_token) SENSITIVE = [] include Aws::Structure end |