Class: Aws::QuickSight::Types::SemanticEntityType
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SemanticEntityType
- Includes:
- Structure
- Defined in:
- 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.
26654 26655 26656 26657 26658 26659 26660 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26654 class SemanticEntityType < Struct.new( :type_name, :sub_type_name, :type_parameters) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The semantic entity type name.
26654 26655 26656 26657 26658 26659 26660 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26654 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.
26654 26655 26656 26657 26658 26659 26660 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26654 class SemanticEntityType < Struct.new( :type_name, :sub_type_name, :type_parameters) SENSITIVE = [] include Aws::Structure end |