Class: Aws::Types::MentionSentiment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#sentiment"POSITIVE", ...

Returns the value of attribute sentiment.

Returns:

  • ("POSITIVE", "NEGATIVE", "NEUTRAL", "MIXED")


1464
1465
1466
# File 'sig/types.rbs', line 1464

def sentiment
  @sentiment
end

#sentiment_scoreTypes::SentimentScore

Returns the value of attribute sentiment_score.



1465
1466
1467
# File 'sig/types.rbs', line 1465

def sentiment_score
  @sentiment_score
end