Class: Aws::Glue::Types::BatchGetDataQualityRulesetEvaluationRunResponse

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

#runsArray<Types::DataQualityRulesetEvaluationRun>

A list of evaluation run details for the requested run IDs.



1273
1274
1275
1276
1277
1278
# File 'lib/aws-sdk-glue/types.rb', line 1273

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

#runs_not_foundArray<String>

A list of run IDs that were not found.

Returns:

  • (Array<String>)


1273
1274
1275
1276
1277
1278
# File 'lib/aws-sdk-glue/types.rb', line 1273

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