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.
| 1091 1092 1093 1094 1095 1096 | # File 'lib/aws-sdk-glue/types.rb', line 1091 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.
| 1091 1092 1093 1094 1095 1096 | # File 'lib/aws-sdk-glue/types.rb', line 1091 class BatchGetDataQualityResultResponse < Struct.new( :results, :results_not_found) SENSITIVE = [] include Aws::Structure end |