Class: Aws::Comprehend::Types::ListEntityRecognizersResponse

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

#entity_recognizer_properties_listArray<Types::EntityRecognizerProperties>

The list of properties of an entity recognizer.



5717
5718
5719
5720
5721
5722
# File 'lib/aws-sdk-comprehend/types.rb', line 5717

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

#next_tokenString

Identifies the next page of results to return.

Returns:

  • (String)


5717
5718
5719
5720
5721
5722
# File 'lib/aws-sdk-comprehend/types.rb', line 5717

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