Class: Aws::ComprehendMedical::Types::StopSNOMEDCTInferenceJobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ComprehendMedical::Types::StopSNOMEDCTInferenceJobRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-comprehendmedical/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The job id of the asynchronous InferSNOMEDCT job to be stopped.
 
Instance Attribute Details
#job_id ⇒ String
The job id of the asynchronous InferSNOMEDCT job to be stopped.
      2081 2082 2083 2084 2085  | 
    
      # File 'lib/aws-sdk-comprehendmedical/types.rb', line 2081 class StopSNOMEDCTInferenceJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end  |