Class: Aws::Types::TopicNamedEntity
- Inherits:
-
Object
- Object
- Aws::Types::TopicNamedEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition ⇒ ::Array[Types::NamedEntityDefinition]
Returns the value of attribute definition.
-
#entity_description ⇒ ::String
Returns the value of attribute entity_description.
-
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
-
#entity_synonyms ⇒ ::Array[::String]
Returns the value of attribute entity_synonyms.
-
#presentation_order ⇒ ::Integer
Returns the value of attribute presentation_order.
-
#rank_order ⇒ ::Integer
Returns the value of attribute rank_order.
-
#semantic_entity_type ⇒ Types::SemanticEntityType
Returns the value of attribute semantic_entity_type.
-
#sort ⇒ ::Array[Types::NamedEntitySort]
Returns the value of attribute sort.
Instance Attribute Details
#definition ⇒ ::Array[Types::NamedEntityDefinition]
Returns the value of attribute definition.
11440 11441 11442 |
# File 'sig/types.rbs', line 11440 def definition @definition end |
#entity_description ⇒ ::String
Returns the value of attribute entity_description.
11437 11438 11439 |
# File 'sig/types.rbs', line 11437 def entity_description @entity_description end |
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
11436 11437 11438 |
# File 'sig/types.rbs', line 11436 def entity_name @entity_name end |
#entity_synonyms ⇒ ::Array[::String]
Returns the value of attribute entity_synonyms.
11438 11439 11440 |
# File 'sig/types.rbs', line 11438 def entity_synonyms @entity_synonyms end |
#presentation_order ⇒ ::Integer
Returns the value of attribute presentation_order.
11443 11444 11445 |
# File 'sig/types.rbs', line 11443 def presentation_order @presentation_order end |
#rank_order ⇒ ::Integer
Returns the value of attribute rank_order.
11442 11443 11444 |
# File 'sig/types.rbs', line 11442 def rank_order @rank_order end |
#semantic_entity_type ⇒ Types::SemanticEntityType
Returns the value of attribute semantic_entity_type.
11439 11440 11441 |
# File 'sig/types.rbs', line 11439 def semantic_entity_type @semantic_entity_type end |
#sort ⇒ ::Array[Types::NamedEntitySort]
Returns the value of attribute sort.
11441 11442 11443 |
# File 'sig/types.rbs', line 11441 def sort @sort end |