Class: Aws::QuickSight::Types::SemanticType
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SemanticType
- Defined in:
- gems/aws-sdk-quicksight/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.
29146 29147 29148 29149 29150 29151 29152 29153 29154 29155 29156 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29146 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.
29146 29147 29148 29149 29150 29151 29152 29153 29154 29155 29156 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29146 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.
29146 29147 29148 29149 29150 29151 29152 29153 29154 29155 29156 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29146 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.
29146 29147 29148 29149 29150 29151 29152 29153 29154 29155 29156 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29146 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.
29146 29147 29148 29149 29150 29151 29152 29153 29154 29155 29156 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29146 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.
29146 29147 29148 29149 29150 29151 29152 29153 29154 29155 29156 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29146 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.
29146 29147 29148 29149 29150 29151 29152 29153 29154 29155 29156 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29146 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 |