Class: Aws::QuickSight::Types::SemanticType
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::SemanticType
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-quicksight/types.rb
 
Overview
A structure that represents a semantic type.
Constant Summary collapse
- SENSITIVE =
 [:truthy_cell_value, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms]
Instance Attribute Summary collapse
- 
  
    
      #falsey_cell_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The semantic type falsey cell value.
 - 
  
    
      #falsey_cell_value_synonyms  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The other names or aliases for the false cell value.
 - 
  
    
      #sub_type_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The semantic type sub type name.
 - 
  
    
      #truthy_cell_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The semantic type truthy cell value.
 - 
  
    
      #truthy_cell_value_synonyms  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The other names or aliases for the true cell value.
 - 
  
    
      #type_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The semantic type name.
 - 
  
    
      #type_parameters  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The semantic type parameters.
 
Instance Attribute Details
#falsey_cell_value ⇒ String
The semantic type falsey cell value.
      26500 26501 26502 26503 26504 26505 26506 26507 26508 26509 26510  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 26500 class SemanticType < Struct.new( :type_name, :sub_type_name, :type_parameters, :truthy_cell_value, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms) SENSITIVE = [:truthy_cell_value, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms] include Aws::Structure end  | 
  
#falsey_cell_value_synonyms ⇒ Array<String>
The other names or aliases for the false cell value.
      26500 26501 26502 26503 26504 26505 26506 26507 26508 26509 26510  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 26500 class SemanticType < Struct.new( :type_name, :sub_type_name, :type_parameters, :truthy_cell_value, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms) SENSITIVE = [:truthy_cell_value, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms] include Aws::Structure end  | 
  
#sub_type_name ⇒ String
The semantic type sub type name.
      26500 26501 26502 26503 26504 26505 26506 26507 26508 26509 26510  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 26500 class SemanticType < Struct.new( :type_name, :sub_type_name, :type_parameters, :truthy_cell_value, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms) SENSITIVE = [:truthy_cell_value, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms] include Aws::Structure end  | 
  
#truthy_cell_value ⇒ String
The semantic type truthy cell value.
      26500 26501 26502 26503 26504 26505 26506 26507 26508 26509 26510  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 26500 class SemanticType < Struct.new( :type_name, :sub_type_name, :type_parameters, :truthy_cell_value, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms) SENSITIVE = [:truthy_cell_value, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms] include Aws::Structure end  | 
  
#truthy_cell_value_synonyms ⇒ Array<String>
The other names or aliases for the true cell value.
      26500 26501 26502 26503 26504 26505 26506 26507 26508 26509 26510  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 26500 class SemanticType < Struct.new( :type_name, :sub_type_name, :type_parameters, :truthy_cell_value, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms) SENSITIVE = [:truthy_cell_value, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms] include Aws::Structure end  | 
  
#type_name ⇒ String
The semantic type name.
      26500 26501 26502 26503 26504 26505 26506 26507 26508 26509 26510  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 26500 class SemanticType < Struct.new( :type_name, :sub_type_name, :type_parameters, :truthy_cell_value, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms) SENSITIVE = [:truthy_cell_value, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms] include Aws::Structure end  | 
  
#type_parameters ⇒ Hash<String,String>
The semantic type parameters.
      26500 26501 26502 26503 26504 26505 26506 26507 26508 26509 26510  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 26500 class SemanticType < Struct.new( :type_name, :sub_type_name, :type_parameters, :truthy_cell_value, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms) SENSITIVE = [:truthy_cell_value, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms] include Aws::Structure end  |