Class: Aws::Types::SentimentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SentimentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#sentiment_type ⇒ "NEGATIVE"
Returns the value of attribute sentiment_type.
-
#time_period ⇒ ::Integer
Returns the value of attribute time_period.
Instance Attribute Details
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
745 746 747 |
# File 'sig/types.rbs', line 745 def rule_name @rule_name end |
#sentiment_type ⇒ "NEGATIVE"
Returns the value of attribute sentiment_type.
746 747 748 |
# File 'sig/types.rbs', line 746 def sentiment_type @sentiment_type end |
#time_period ⇒ ::Integer
Returns the value of attribute time_period.
747 748 749 |
# File 'sig/types.rbs', line 747 def time_period @time_period end |