Class: Aws::Types::TopicNamedEntity

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:entity_description])

Instance Attribute Summary collapse

Instance Attribute Details

#definition::Array[Types::NamedEntityDefinition]

Returns the value of attribute definition.

Returns:



11830
11831
11832
# File 'sig/types.rbs', line 11830

def definition
  @definition
end

#entity_description::String

Returns the value of attribute entity_description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


11832
11833
11834
# File 'sig/types.rbs', line 11832

def rank_order
  @rank_order
end

#semantic_entity_typeTypes::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.

Returns:



11831
11832
11833
# File 'sig/types.rbs', line 11831

def sort
  @sort
end