Class: Aws::Types::MentionSentiment
- Inherits:
-
Object
- Object
- Aws::Types::MentionSentiment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sentiment ⇒ "POSITIVE", ...
Returns the value of attribute sentiment.
-
#sentiment_score ⇒ Types::SentimentScore
Returns the value of attribute sentiment_score.
Instance Attribute Details
#sentiment ⇒ "POSITIVE", ...
Returns the value of attribute sentiment.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def sentiment @sentiment end |
#sentiment_score ⇒ Types::SentimentScore
Returns the value of attribute sentiment_score.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def sentiment_score @sentiment_score end |