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.


5319
5320
5321
5322
5323
5324
# File 'lib/aws-sdk-comprehend/types.rb', line 5319

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)

5319
5320
5321
5322
5323
5324
# File 'lib/aws-sdk-comprehend/types.rb', line 5319

class ListDocumentClassificationJobsResponse < Struct.new(
  :document_classification_job_properties_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end