Class: Aws::Comprehend::Types::ListDocumentClassificationJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListDocumentClassificationJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_classification_job_properties_list ⇒ Array<Types::DocumentClassificationJobProperties>
A list containing the properties of each job returned.
-
#next_token ⇒ String
Identifies the next page of results to return.
Instance Attribute Details
#document_classification_job_properties_list ⇒ Array<Types::DocumentClassificationJobProperties>
A list containing the properties of each job returned.
5436 5437 5438 5439 5440 5441 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5436 class ListDocumentClassificationJobsResponse < Struct.new( :document_classification_job_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Identifies the next page of results to return.
5436 5437 5438 5439 5440 5441 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5436 class ListDocumentClassificationJobsResponse < Struct.new( :document_classification_job_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |