Module: Aws::Comprehend::Client::_ListDocumentClassificationJobsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListDocumentClassificationJobsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #document_classification_job_properties_list ⇒ ::Array[Types::DocumentClassificationJobProperties]
- #next_token ⇒ ::String
Instance Method Details
#document_classification_job_properties_list ⇒ ::Array[Types::DocumentClassificationJobProperties]
757 |
# File 'sig/client.rbs', line 757
def document_classification_job_properties_list: () -> ::Array[Types::DocumentClassificationJobProperties]
|
#next_token ⇒ ::String
758 |
# File 'sig/client.rbs', line 758
def next_token: () -> ::String
|