Class: Aws::Types::ListSentimentDetectionJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSentimentDetectionJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sentiment_detection_job_properties_list ⇒ ::Array[Types::SentimentDetectionJobProperties]
Returns the value of attribute sentiment_detection_job_properties_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def next_token @next_token end |
#sentiment_detection_job_properties_list ⇒ ::Array[Types::SentimentDetectionJobProperties]
Returns the value of attribute sentiment_detection_job_properties_list.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def sentiment_detection_job_properties_list @sentiment_detection_job_properties_list end |