Class: Aws::Types::TargetedSentimentEntity
- Inherits:
-
Object
- Object
- Aws::Types::TargetedSentimentEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#descriptive_mention_index ⇒ ::Array[::Integer]
Returns the value of attribute descriptive_mention_index.
-
#mentions ⇒ ::Array[Types::TargetedSentimentMention]
Returns the value of attribute mentions.
Instance Attribute Details
#descriptive_mention_index ⇒ ::Array[::Integer]
Returns the value of attribute descriptive_mention_index.
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.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def mentions @mentions end |