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.



5513
5514
5515
5516
5517
5518
# File 'lib/aws-sdk-comprehend/types.rb', line 5513

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)


5513
5514
5515
5516
5517
5518
# File 'lib/aws-sdk-comprehend/types.rb', line 5513

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