Class: Aws::Glue::Types::BatchGetDataQualityResultResponse

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

#resultsArray<Types::DataQualityResult>

A list of ‘DataQualityResult` objects representing the data quality results.

Returns:



875
876
877
878
879
880
# File 'lib/aws-sdk-glue/types.rb', line 875

class BatchGetDataQualityResultResponse < Struct.new(
  :results,
  :results_not_found)
  SENSITIVE = []
  include Aws::Structure
end

#results_not_foundArray<String>

A list of result IDs for which results were not found.

Returns:

  • (Array<String>)


875
876
877
878
879
880
# File 'lib/aws-sdk-glue/types.rb', line 875

class BatchGetDataQualityResultResponse < Struct.new(
  :results,
  :results_not_found)
  SENSITIVE = []
  include Aws::Structure
end