Class: Aws::Comprehend::Types::ListDocumentClassifiersResponse

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_classifier_properties_listArray<Types::DocumentClassifierProperties>

A list containing the properties of each job returned.


5380
5381
5382
5383
5384
5385
# File 'lib/aws-sdk-comprehend/types.rb', line 5380

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

#next_tokenString

Identifies the next page of results to return.

Returns:

  • (String)

5380
5381
5382
5383
5384
5385
# File 'lib/aws-sdk-comprehend/types.rb', line 5380

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