Class: Aws::Glue::Types::ListDataQualityRulesetEvaluationRunsResponse

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)


14997
14998
14999
15000
15001
15002
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14997

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

#runsArray<Types::DataQualityRulesetEvaluationRunDescription>

A list of DataQualityRulesetEvaluationRunDescription objects representing data quality ruleset runs.



14997
14998
14999
15000
15001
15002
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14997

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