Class: Aws::Comprehend::Types::ListDocumentClassifiersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListDocumentClassifiersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_classifier_properties_list ⇒ Array<Types::DocumentClassifierProperties>
A list containing the properties of each job returned.
-
#next_token ⇒ String
Identifies the next page of results to return.
Instance Attribute Details
#document_classifier_properties_list ⇒ Array<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_token ⇒ String
Identifies the next page of results to return.
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 |