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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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.

Returns:

  • (String)


14957
14958
14959
14960
14961
14962
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14957

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

#runsArray<Types::DataQualityRuleRecommendationRunDescription>

A list of DataQualityRuleRecommendationRunDescription objects.



14957
14958
14959
14960
14961
14962
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14957

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