Class: Aws::Comprehend::Types::StopPiiEntitiesDetectionJobResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Comprehend::Types::StopPiiEntitiesDetectionJobResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-comprehend/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the PII entities detection job to stop.
 - 
  
    
      #job_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the PII entities detection job.
 
Instance Attribute Details
#job_id ⇒ String
The identifier of the PII entities detection job to stop.
      7946 7947 7948 7949 7950 7951  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 7946 class StopPiiEntitiesDetectionJobResponse < Struct.new( :job_id, :job_status) SENSITIVE = [] include Aws::Structure end  | 
  
#job_status ⇒ String
The status of the PII entities detection job.
      7946 7947 7948 7949 7950 7951  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 7946 class StopPiiEntitiesDetectionJobResponse < Struct.new( :job_id, :job_status) SENSITIVE = [] include Aws::Structure end  |