Class: Aws::ComprehendMedical::Types::DescribeRxNormInferenceJobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ComprehendMedical::Types::DescribeRxNormInferenceJobRequest
 
 
- 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 StartRxNormInferenceJob operation returns this identifier in its response.
      316 317 318 319 320  | 
    
      # File 'lib/aws-sdk-comprehendmedical/types.rb', line 316 class DescribeRxNormInferenceJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end  |