Class: Aws::Comprehend::Types::DescribeDocumentClassificationJobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Comprehend::Types::DescribeDocumentClassificationJobRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-comprehend/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier that Amazon Comprehend generated for the job.
 
Instance Attribute Details
#job_id ⇒ String
The identifier that Amazon Comprehend generated for the job. The ‘StartDocumentClassificationJob` operation returns this identifier in its response.
      1928 1929 1930 1931 1932  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 1928 class DescribeDocumentClassificationJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end  |