Class: Aws::Glue::Types::SnowflakeTarget
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::SnowflakeTarget
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a Snowflake target.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #data  ⇒ Types::SnowflakeNodeData 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the data of the Snowflake target node. 
- 
  
    
      #inputs  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The nodes that are inputs to the data target. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the Snowflake target. 
Instance Attribute Details
#data ⇒ Types::SnowflakeNodeData
Specifies the data of the Snowflake target node.
| 23330 23331 23332 23333 23334 23335 23336 | # File 'lib/aws-sdk-glue/types.rb', line 23330 class SnowflakeTarget < Struct.new( :name, :data, :inputs) SENSITIVE = [] include Aws::Structure end | 
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
| 23330 23331 23332 23333 23334 23335 23336 | # File 'lib/aws-sdk-glue/types.rb', line 23330 class SnowflakeTarget < Struct.new( :name, :data, :inputs) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the Snowflake target.
| 23330 23331 23332 23333 23334 23335 23336 | # File 'lib/aws-sdk-glue/types.rb', line 23330 class SnowflakeTarget < Struct.new( :name, :data, :inputs) SENSITIVE = [] include Aws::Structure end |