Class: Aws::QuickSight::Types::SemanticEntityType
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SemanticEntityType
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A structure that represents a semantic entity type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sub_type_name ⇒ String
The semantic entity sub type name.
-
#type_name ⇒ String
The semantic entity type name.
-
#type_parameters ⇒ Hash<String,String>
The semantic entity type parameters.
Instance Attribute Details
#sub_type_name ⇒ String
The semantic entity sub type name.
29106 29107 29108 29109 29110 29111 29112 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29106 class SemanticEntityType < Struct.new( :type_name, :sub_type_name, :type_parameters) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The semantic entity type name.
29106 29107 29108 29109 29110 29111 29112 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29106 class SemanticEntityType < Struct.new( :type_name, :sub_type_name, :type_parameters) SENSITIVE = [] include Aws::Structure end |
#type_parameters ⇒ Hash<String,String>
The semantic entity type parameters.
29106 29107 29108 29109 29110 29111 29112 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29106 class SemanticEntityType < Struct.new( :type_name, :sub_type_name, :type_parameters) SENSITIVE = [] include Aws::Structure end |