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.
27908 27909 27910 27911 27912 27913 27914 27915 27916 27917 27918 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27908 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.
27908 27909 27910 27911 27912 27913 27914 27915 27916 27917 27918 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27908 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.
27908 27909 27910 27911 27912 27913 27914 27915 27916 27917 27918 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27908 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.
27908 27909 27910 27911 27912 27913 27914 27915 27916 27917 27918 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27908 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.
27908 27909 27910 27911 27912 27913 27914 27915 27916 27917 27918 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27908 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.
27908 27909 27910 27911 27912 27913 27914 27915 27916 27917 27918 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27908 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.
27908 27909 27910 27911 27912 27913 27914 27915 27916 27917 27918 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27908 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 |