Class: Aws::Types::ListDocumentClassificationJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDocumentClassificationJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_classification_job_properties_list ⇒ ::Array[Types::DocumentClassificationJobProperties]
Returns the value of attribute document_classification_job_properties_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#document_classification_job_properties_list ⇒ ::Array[Types::DocumentClassificationJobProperties]
Returns the value of attribute document_classification_job_properties_list.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def document_classification_job_properties_list @document_classification_job_properties_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def next_token @next_token end |