Class: Aws::Glue::Types::DataSource
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DataSource
 
- Includes:
- Structure
- Defined in:
- 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
- 
  
    
      #glue_table  ⇒ Types::GlueTable 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An Glue table. 
Instance Attribute Details
#glue_table ⇒ Types::GlueTable
An Glue table.
| 8080 8081 8082 8083 8084 | # File 'lib/aws-sdk-glue/types.rb', line 8080 class DataSource < Struct.new( :glue_table) SENSITIVE = [] include Aws::Structure end |