Class: Aws::Types::ListTargetedSentimentDetectionJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTargetedSentimentDetectionJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#targeted_sentiment_detection_job_properties_list ⇒ ::Array[Types::TargetedSentimentDetectionJobProperties]
Returns the value of attribute targeted_sentiment_detection_job_properties_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def next_token @next_token end |
#targeted_sentiment_detection_job_properties_list ⇒ ::Array[Types::TargetedSentimentDetectionJobProperties]
Returns the value of attribute targeted_sentiment_detection_job_properties_list.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def targeted_sentiment_detection_job_properties_list @targeted_sentiment_detection_job_properties_list end |