Module: Aws::Comprehend::Client::_ListTargetedSentimentDetectionJobsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListTargetedSentimentDetectionJobsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #targeted_sentiment_detection_job_properties_list ⇒ ::Array[Types::TargetedSentimentDetectionJobProperties]
Instance Method Details
#next_token ⇒ ::String
1007 |
# File 'sig/client.rbs', line 1007
def next_token: () -> ::String
|
#targeted_sentiment_detection_job_properties_list ⇒ ::Array[Types::TargetedSentimentDetectionJobProperties]
1006 |
# File 'sig/client.rbs', line 1006
def targeted_sentiment_detection_job_properties_list: () -> ::Array[Types::TargetedSentimentDetectionJobProperties]
|