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