Class: Aws::Glue::Types::DataQualityResultDescription
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DataQualityResultDescription
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Describes a data quality result.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #data_source  ⇒ Types::DataSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The table name associated with the data quality result. 
- 
  
    
      #job_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The job name associated with the data quality result. 
- 
  
    
      #job_run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The job run ID associated with the data quality result. 
- 
  
    
      #result_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique result ID for this data quality result. 
- 
  
    
      #started_on  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time that the run started for this data quality result. 
Instance Attribute Details
#data_source ⇒ Types::DataSource
The table name associated with the data quality result.
| 7768 7769 7770 7771 7772 7773 7774 7775 7776 | # File 'lib/aws-sdk-glue/types.rb', line 7768 class DataQualityResultDescription < Struct.new( :result_id, :data_source, :job_name, :job_run_id, :started_on) SENSITIVE = [] include Aws::Structure end | 
#job_name ⇒ String
The job name associated with the data quality result.
| 7768 7769 7770 7771 7772 7773 7774 7775 7776 | # File 'lib/aws-sdk-glue/types.rb', line 7768 class DataQualityResultDescription < Struct.new( :result_id, :data_source, :job_name, :job_run_id, :started_on) SENSITIVE = [] include Aws::Structure end | 
#job_run_id ⇒ String
The job run ID associated with the data quality result.
| 7768 7769 7770 7771 7772 7773 7774 7775 7776 | # File 'lib/aws-sdk-glue/types.rb', line 7768 class DataQualityResultDescription < Struct.new( :result_id, :data_source, :job_name, :job_run_id, :started_on) SENSITIVE = [] include Aws::Structure end | 
#result_id ⇒ String
The unique result ID for this data quality result.
| 7768 7769 7770 7771 7772 7773 7774 7775 7776 | # File 'lib/aws-sdk-glue/types.rb', line 7768 class DataQualityResultDescription < Struct.new( :result_id, :data_source, :job_name, :job_run_id, :started_on) SENSITIVE = [] include Aws::Structure end | 
#started_on ⇒ Time
The time that the run started for this data quality result.
| 7768 7769 7770 7771 7772 7773 7774 7775 7776 | # File 'lib/aws-sdk-glue/types.rb', line 7768 class DataQualityResultDescription < Struct.new( :result_id, :data_source, :job_name, :job_run_id, :started_on) SENSITIVE = [] include Aws::Structure end |