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.
4650 4651 4652 4653 4654 4655 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 4650 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.
4650 4651 4652 4653 4654 4655 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 4650 class ListEntityRecognizersResponse < Struct.new( :entity_recognizer_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |