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.
8000 8001 8002 8003 8004 8005 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8000 class StopPiiEntitiesDetectionJobResponse < Struct.new( :job_id, :job_status) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The status of the PII entities detection job.
8000 8001 8002 8003 8004 8005 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8000 class StopPiiEntitiesDetectionJobResponse < Struct.new( :job_id, :job_status) SENSITIVE = [] include Aws::Structure end |