Class: Aws::QuickSight::Types::ColumnSchema
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::ColumnSchema
 
 
- Defined in:
 - gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
 
Overview
The column schema.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data type of the column schema.
 - 
  
    
      #geographic_role  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The geographic role of the column schema.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the column schema.
 
Instance Attribute Details
#data_type ⇒ String
The data type of the column schema.
      5166 5167 5168 5169 5170 5171 5172  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5166 class ColumnSchema < Struct.new( :name, :data_type, :geographic_role) SENSITIVE = [] include Aws::Structure end  | 
  
#geographic_role ⇒ String
The geographic role of the column schema.
      5166 5167 5168 5169 5170 5171 5172  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5166 class ColumnSchema < Struct.new( :name, :data_type, :geographic_role) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the column schema.
      5166 5167 5168 5169 5170 5171 5172  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5166 class ColumnSchema < Struct.new( :name, :data_type, :geographic_role) SENSITIVE = [] include Aws::Structure end  |