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 =
[:entity_description, :entity_synonyms]

Instance Attribute Summary collapse

Instance Attribute Details

#definition ⇒ Array<Types::NamedEntityDefinition>

The definition of a named entity.

Returns:



47000
47001
47002
47003
47004
47005
47006
47007
47008
47009
47010
47011
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47000

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

#entity_description ⇒ String

The description of the named entity.

Returns:

  • (String)


47000
47001
47002
47003
47004
47005
47006
47007
47008
47009
47010
47011
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47000

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

#entity_name ⇒ String

The name of the named entity.

Returns:

  • (String)


47000
47001
47002
47003
47004
47005
47006
47007
47008
47009
47010
47011
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47000

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

#entity_synonyms ⇒ Array<String>

The other names or aliases for the named entity.

Returns:

  • (Array<String>)


47000
47001
47002
47003
47004
47005
47006
47007
47008
47009
47010
47011
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47000

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

#presentation_order ⇒ Integer

The presentation order of the named entity.

Returns:

  • (Integer)


47000
47001
47002
47003
47004
47005
47006
47007
47008
47009
47010
47011
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47000

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

#rank_order ⇒ Integer

The rank order of the named entity.

Returns:

  • (Integer)


47000
47001
47002
47003
47004
47005
47006
47007
47008
47009
47010
47011
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47000

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

#semantic_entity_type ⇒ Types::SemanticEntityType

The type of named entity that a topic represents.



47000
47001
47002
47003
47004
47005
47006
47007
47008
47009
47010
47011
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47000

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

#sort ⇒ Array<Types::NamedEntitySort>

The sort configuration of the named entity.

Returns:



47000
47001
47002
47003
47004
47005
47006
47007
47008
47009
47010
47011
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47000

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