Class: Aws::Glue::Types::SnowflakeSource
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::SnowflakeSource
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a Snowflake data source.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #data  ⇒ Types::SnowflakeNodeData 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Configuration for the Snowflake data source. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the Snowflake data source. 
- 
  
    
      #output_schemas  ⇒ Array<Types::GlueSchema> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies user-defined schemas for your output data. 
Instance Attribute Details
#data ⇒ Types::SnowflakeNodeData
Configuration for the Snowflake data source.
| 23306 23307 23308 23309 23310 23311 23312 | # File 'lib/aws-sdk-glue/types.rb', line 23306 class SnowflakeSource < Struct.new( :name, :data, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the Snowflake data source.
| 23306 23307 23308 23309 23310 23311 23312 | # File 'lib/aws-sdk-glue/types.rb', line 23306 class SnowflakeSource < Struct.new( :name, :data, :output_schemas) SENSITIVE = [] include Aws::Structure end | 
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies user-defined schemas for your output data.
| 23306 23307 23308 23309 23310 23311 23312 | # File 'lib/aws-sdk-glue/types.rb', line 23306 class SnowflakeSource < Struct.new( :name, :data, :output_schemas) SENSITIVE = [] include Aws::Structure end |