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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/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.



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

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