Class: Aws::QuickSight::Types::SemanticEntityType

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#sub_type_nameString

The semantic entity sub type name.

Returns:

  • (String)


25685
25686
25687
25688
25689
25690
25691
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25685

class SemanticEntityType < Struct.new(
  :type_name,
  :sub_type_name,
  :type_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#type_nameString

The semantic entity type name.

Returns:

  • (String)


25685
25686
25687
25688
25689
25690
25691
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25685

class SemanticEntityType < Struct.new(
  :type_name,
  :sub_type_name,
  :type_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#type_parametersHash<String,String>

The semantic entity type parameters.

Returns:

  • (Hash<String,String>)


25685
25686
25687
25688
25689
25690
25691
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25685

class SemanticEntityType < Struct.new(
  :type_name,
  :sub_type_name,
  :type_parameters)
  SENSITIVE = []
  include Aws::Structure
end