Class: Aws::Types::BatchDetectTargetedSentimentItemResult
- Inherits:
-
Object
- Object
- Aws::Types::BatchDetectTargetedSentimentItemResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entities ⇒ ::Array[Types::TargetedSentimentEntity]
Returns the value of attribute entities.
-
#index ⇒ ::Integer
Returns the value of attribute index.
Instance Attribute Details
#entities ⇒ ::Array[Types::TargetedSentimentEntity]
Returns the value of attribute entities.
113 114 115 |
# File 'sig/types.rbs', line 113 def entities @entities end |
#index ⇒ ::Integer
Returns the value of attribute index.
112 113 114 |
# File 'sig/types.rbs', line 112 def index @index end |