Class: Aws::Glue::Types::DataSource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Glue::Types::DataSource
 
 
- Defined in:
 - gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
 
Overview
A data source (an Glue table) for which you want data quality results.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_quality_glue_table  ⇒ Types::DataQualityGlueTable 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An Glue table for Data Quality Operations.
 - 
  
    
      #glue_table  ⇒ Types::GlueTable 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An Glue table.
 
Instance Attribute Details
#data_quality_glue_table ⇒ Types::DataQualityGlueTable
An Glue table for Data Quality Operations.
      8621 8622 8623 8624 8625 8626  | 
    
      # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8621 class DataSource < Struct.new( :glue_table, :data_quality_glue_table) SENSITIVE = [] include Aws::Structure end  | 
  
#glue_table ⇒ Types::GlueTable
An Glue table.
      8621 8622 8623 8624 8625 8626  | 
    
      # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8621 class DataSource < Struct.new( :glue_table, :data_quality_glue_table) SENSITIVE = [] include Aws::Structure end  |