Class: Aws::Comprehend::Types::DescribeEntityRecognizerRequest

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_arnString

The Amazon Resource Name (ARN) that identifies the entity recognizer.

Returns:

  • (String)


2059
2060
2061
2062
2063
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2059

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