Class: Aws::Types::TargetedSentimentEntity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#descriptive_mention_index::Array[::Integer]

Returns the value of attribute descriptive_mention_index.

Returns:

  • (::Array[::Integer])


1942
1943
1944
# File 'sig/types.rbs', line 1942

def descriptive_mention_index
  @descriptive_mention_index
end

#mentions::Array[Types::TargetedSentimentMention]

Returns the value of attribute mentions.

Returns:



1943
1944
1945
# File 'sig/types.rbs', line 1943

def mentions
  @mentions
end