Module: Aws::Comprehend::Client::_ListDocumentClassifiersResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListDocumentClassifiersResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #document_classifier_properties_list ⇒ ::Array[Types::DocumentClassifierProperties]
- #next_token ⇒ ::String
Instance Method Details
#document_classifier_properties_list ⇒ ::Array[Types::DocumentClassifierProperties]
787 |
# File 'sig/client.rbs', line 787
def document_classifier_properties_list: () -> ::Array[Types::DocumentClassifierProperties]
|
#next_token ⇒ ::String
788 |
# File 'sig/client.rbs', line 788
def next_token: () -> ::String
|