Class: Aws::Types::BatchDetectTargetedSentimentResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchDetectTargetedSentimentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_list ⇒ ::Array[Types::BatchItemError]
Returns the value of attribute error_list.
-
#result_list ⇒ ::Array[Types::BatchDetectTargetedSentimentItemResult]
Returns the value of attribute result_list.
Instance Attribute Details
#error_list ⇒ ::Array[Types::BatchItemError]
Returns the value of attribute error_list.
125 126 127 |
# File 'sig/types.rbs', line 125 def error_list @error_list end |
#result_list ⇒ ::Array[Types::BatchDetectTargetedSentimentItemResult]
Returns the value of attribute result_list.
124 125 126 |
# File 'sig/types.rbs', line 124 def result_list @result_list end |