Class: Aws::Glue::Types::ListDataQualityRuleRecommendationRunsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A pagination token, if more results are available.



19454
19455
19456
19457
19458
19459
# File 'lib/aws-sdk-glue/types.rb', line 19454

class ListDataQualityRuleRecommendationRunsResponse < Struct.new(
  :runs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#runsArray<Types::DataQualityRuleRecommendationRunDescription>

A list of ‘DataQualityRuleRecommendationRunDescription` objects.



19454
19455
19456
19457
19458
19459
# File 'lib/aws-sdk-glue/types.rb', line 19454

class ListDataQualityRuleRecommendationRunsResponse < Struct.new(
  :runs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end