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:



11440
11441
11442
# File 'sig/types.rbs', line 11440

def definition
  @definition
end

#entity_description::String

Returns the value of attribute entity_description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


11442
11443
11444
# File 'sig/types.rbs', line 11442

def rank_order
  @rank_order
end

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

Returns:



11441
11442
11443
# File 'sig/types.rbs', line 11441

def sort
  @sort
end