Class: Aws::Comprehend::Types::ListEntityRecognizersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListEntityRecognizersResponse
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_recognizer_properties_list ⇒ Array<Types::EntityRecognizerProperties>
The list of properties of an entity recognizer.
-
#next_token ⇒ String
Identifies the next page of results to return.
Instance Attribute Details
#entity_recognizer_properties_list ⇒ Array<Types::EntityRecognizerProperties>
The list of properties of an entity recognizer.
5717 5718 5719 5720 5721 5722 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5717 class ListEntityRecognizersResponse < Struct.new( :entity_recognizer_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Identifies the next page of results to return.
5717 5718 5719 5720 5721 5722 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5717 class ListEntityRecognizersResponse < Struct.new( :entity_recognizer_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |