Class: Aws::ComprehendMedical::Types::DescribeSNOMEDCTInferenceJobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ComprehendMedical::Types::DescribeSNOMEDCTInferenceJobRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-comprehendmedical/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier that Amazon Comprehend Medical generated for the job.
 
Instance Attribute Details
#job_id ⇒ String
The identifier that Amazon Comprehend Medical generated for the job. The StartSNOMEDCTInferenceJob operation returns this identifier in its response.
      343 344 345 346 347  | 
    
      # File 'lib/aws-sdk-comprehendmedical/types.rb', line 343 class DescribeSNOMEDCTInferenceJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end  |