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.



1296
1297
1298
1299
1300
1301
# File 'lib/aws-sdk-glue/types.rb', line 1296

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>)


1296
1297
1298
1299
1300
1301
# File 'lib/aws-sdk-glue/types.rb', line 1296

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