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.
11830 11831 11832 |
# File 'sig/types.rbs', line 11830 def definition @definition end |
#entity_description ⇒ ::String
Returns the value of attribute entity_description.
11827 11828 11829 |
# File 'sig/types.rbs', line 11827 def entity_description @entity_description end |
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
11826 11827 11828 |
# File 'sig/types.rbs', line 11826 def entity_name @entity_name end |
#entity_synonyms ⇒ ::Array[::String]
Returns the value of attribute entity_synonyms.
11828 11829 11830 |
# File 'sig/types.rbs', line 11828 def entity_synonyms @entity_synonyms end |
#presentation_order ⇒ ::Integer
Returns the value of attribute presentation_order.
11833 11834 11835 |
# File 'sig/types.rbs', line 11833 def presentation_order @presentation_order end |
#rank_order ⇒ ::Integer
Returns the value of attribute rank_order.
11832 11833 11834 |
# File 'sig/types.rbs', line 11832 def rank_order @rank_order end |
#semantic_entity_type ⇒ Types::SemanticEntityType
Returns the value of attribute semantic_entity_type.
11829 11830 11831 |
# File 'sig/types.rbs', line 11829 def semantic_entity_type @semantic_entity_type end |
#sort ⇒ ::Array[Types::NamedEntitySort]
Returns the value of attribute sort.
11831 11832 11833 |
# File 'sig/types.rbs', line 11831 def sort @sort end |