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.
29886 29887 29888 29889 29890 29891 29892 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29886 class SemanticEntityType < Struct.new( :type_name, :sub_type_name, :type_parameters) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The semantic entity type name.
29886 29887 29888 29889 29890 29891 29892 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29886 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.
29886 29887 29888 29889 29890 29891 29892 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29886 class SemanticEntityType < Struct.new( :type_name, :sub_type_name, :type_parameters) SENSITIVE = [] include Aws::Structure end |