Class: Aws::ComprehendMedical::Types::DescribePHIDetectionJobResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ComprehendMedical::Types::DescribePHIDetectionJobResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-comprehendmedical/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #comprehend_medical_async_job_properties  ⇒ Types::ComprehendMedicalAsyncJobProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that contains the properties associated with a detection job.
 
Instance Attribute Details
#comprehend_medical_async_job_properties ⇒ Types::ComprehendMedicalAsyncJobProperties
An object that contains the properties associated with a detection job.
      302 303 304 305 306  | 
    
      # File 'lib/aws-sdk-comprehendmedical/types.rb', line 302 class DescribePHIDetectionJobResponse < Struct.new( :comprehend_medical_async_job_properties) SENSITIVE = [] include Aws::Structure end  |