Class: Aws::Glue::Types::BatchGetDataQualityResultResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetDataQualityResultResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#results ⇒ Array<Types::DataQualityResult>
A list of ‘DataQualityResult` objects representing the data quality results.
-
#results_not_found ⇒ Array<String>
A list of result IDs for which results were not found.
Instance Attribute Details
#results ⇒ Array<Types::DataQualityResult>
A list of ‘DataQualityResult` objects representing the data quality results.
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_found ⇒ Array<String>
A list of result IDs for which results were not found.
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 |