Class: Aws::Comprehend::Types::DescribeDocumentClassifierRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Comprehend::Types::DescribeDocumentClassifierRequest
 
- Defined in:
- gems/aws-sdk-comprehend/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. The CreateDocumentClassifier operation returns this
identifier in its response.
| 1955 1956 1957 1958 1959 | # File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1955 class DescribeDocumentClassifierRequest < Struct.new( :document_classifier_arn) SENSITIVE = [] include Aws::Structure end |