Class: Aws::Types::ListDocumentClassifiersResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDocumentClassifiersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_classifier_properties_list ⇒ ::Array[Types::DocumentClassifierProperties]
Returns the value of attribute document_classifier_properties_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#document_classifier_properties_list ⇒ ::Array[Types::DocumentClassifierProperties]
Returns the value of attribute document_classifier_properties_list.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def document_classifier_properties_list @document_classifier_properties_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def next_token @next_token end |