Class: Aws::Comprehend::Types::CreateDocumentClassifierResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Comprehend::Types::CreateDocumentClassifierResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-comprehend/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #document_classifier_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) that identifies the document classifier.
 
Instance Attribute Details
#document_classifier_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the document classifier.
      1125 1126 1127 1128 1129  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 1125 class CreateDocumentClassifierResponse < Struct.new( :document_classifier_arn) SENSITIVE = [] include Aws::Structure end  |