Class: Aws::Comprehend::Types::ListEntityRecognizerSummariesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListEntityRecognizerSummariesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return on each page.
-
#next_token ⇒ String
Identifies the next page of results to return.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return on each page. The default is 100.
5541 5542 5543 5544 5545 5546 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5541 class ListEntityRecognizerSummariesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Identifies the next page of results to return.
5541 5542 5543 5544 5545 5546 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5541 class ListEntityRecognizerSummariesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |