Class: Aws::Comprehend::Types::ListDocumentClassificationJobsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#document_classification_job_properties_listArray<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_tokenString

Identifies the next page of results to return.

Returns:

  • (String)


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