Module: Aws::Comprehend::Client::_ListSentimentDetectionJobsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListSentimentDetectionJobsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #sentiment_detection_job_properties_list ⇒ ::Array[Types::SentimentDetectionJobProperties]
Instance Method Details
#next_token ⇒ ::String
978 |
# File 'sig/client.rbs', line 978
def next_token: () -> ::String
|
#sentiment_detection_job_properties_list ⇒ ::Array[Types::SentimentDetectionJobProperties]
977 |
# File 'sig/client.rbs', line 977
def sentiment_detection_job_properties_list: () -> ::Array[Types::SentimentDetectionJobProperties]
|