Class: Aws::Glue::Types::GlueStudioSchemaColumn
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GlueStudioSchemaColumn
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a single column in a Glue schema definition.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the column in the Glue Studio schema. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The hive type for this column in the Glue Studio schema. 
Instance Attribute Details
#name ⇒ String
The name of the column in the Glue Studio schema.
| 15041 15042 15043 15044 15045 15046 | # File 'lib/aws-sdk-glue/types.rb', line 15041 class GlueStudioSchemaColumn < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
The hive type for this column in the Glue Studio schema.
| 15041 15042 15043 15044 15045 15046 | # File 'lib/aws-sdk-glue/types.rb', line 15041 class GlueStudioSchemaColumn < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |