Class: Aws::Comprehend::Types::DescribeEntityRecognizerResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Comprehend::Types::DescribeEntityRecognizerResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-comprehend/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #entity_recognizer_properties  ⇒ Types::EntityRecognizerProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes information associated with an entity recognizer.
 
Instance Attribute Details
#entity_recognizer_properties ⇒ Types::EntityRecognizerProperties
Describes information associated with an entity recognizer.
      2071 2072 2073 2074 2075  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 2071 class DescribeEntityRecognizerResponse < Struct.new( :entity_recognizer_properties) SENSITIVE = [] include Aws::Structure end  |