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:



982
983
984
985
986
987
# File 'lib/aws-sdk-glue/types.rb', line 982

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


982
983
984
985
986
987
# File 'lib/aws-sdk-glue/types.rb', line 982

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