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.



2050
2051
2052
2053
2054
# File 'lib/aws-sdk-comprehend/types.rb', line 2050

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