Class: Aws::Comprehend::Types::CreateEntityRecognizerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::CreateEntityRecognizerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_recognizer_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the entity recognizer.
Instance Attribute Details
#entity_recognizer_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the entity recognizer.
1333 1334 1335 1336 1337 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1333 class CreateEntityRecognizerResponse < Struct.new( :entity_recognizer_arn) SENSITIVE = [] include Aws::Structure end |