Class: Aws::Comprehend::Types::DescribeEntityRecognizerResponse

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_propertiesTypes::EntityRecognizerProperties

Describes information associated with an entity recognizer.



2072
2073
2074
2075
2076
# File 'lib/aws-sdk-comprehend/types.rb', line 2072

class DescribeEntityRecognizerResponse < Struct.new(
  :entity_recognizer_properties)
  SENSITIVE = []
  include Aws::Structure
end