Module: Aws::Comprehend::Client::_ListKeyPhrasesDetectionJobsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListKeyPhrasesDetectionJobsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #key_phrases_detection_job_properties_list ⇒ ::Array[Types::KeyPhrasesDetectionJobProperties]
- #next_token ⇒ ::String
Instance Method Details
#key_phrases_detection_job_properties_list ⇒ ::Array[Types::KeyPhrasesDetectionJobProperties]
941 |
# File 'sig/client.rbs', line 941
def key_phrases_detection_job_properties_list: () -> ::Array[Types::KeyPhrasesDetectionJobProperties]
|
#next_token ⇒ ::String
942 |
# File 'sig/client.rbs', line 942
def next_token: () -> ::String
|