Class: Aws::QuickSight::Types::TopicNamedEntity

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

A structure that represents a named entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#definitionArray<Types::NamedEntityDefinition>

The definition of a named entity.

Returns:



29795
29796
29797
29798
29799
29800
29801
29802
29803
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29795

class TopicNamedEntity < Struct.new(
  :entity_name,
  :entity_description,
  :entity_synonyms,
  :semantic_entity_type,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end

#entity_descriptionString

The description of the named entity.

Returns:

  • (String)


29795
29796
29797
29798
29799
29800
29801
29802
29803
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29795

class TopicNamedEntity < Struct.new(
  :entity_name,
  :entity_description,
  :entity_synonyms,
  :semantic_entity_type,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end

#entity_nameString

The name of the named entity.

Returns:

  • (String)


29795
29796
29797
29798
29799
29800
29801
29802
29803
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29795

class TopicNamedEntity < Struct.new(
  :entity_name,
  :entity_description,
  :entity_synonyms,
  :semantic_entity_type,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end

#entity_synonymsArray<String>

The other names or aliases for the named entity.

Returns:

  • (Array<String>)


29795
29796
29797
29798
29799
29800
29801
29802
29803
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29795

class TopicNamedEntity < Struct.new(
  :entity_name,
  :entity_description,
  :entity_synonyms,
  :semantic_entity_type,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end

#semantic_entity_typeTypes::SemanticEntityType

The type of named entity that a topic represents.



29795
29796
29797
29798
29799
29800
29801
29802
29803
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29795

class TopicNamedEntity < Struct.new(
  :entity_name,
  :entity_description,
  :entity_synonyms,
  :semantic_entity_type,
  :definition)
  SENSITIVE = []
  include Aws::Structure
end