Class: Aws::Comprehend::Types::StopPiiEntitiesDetectionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::StopPiiEntitiesDetectionJobRequest
- 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.
Instance Attribute Details
#job_id ⇒ String
The identifier of the PII entities detection job to stop.
7984 7985 7986 7987 7988 |
# File 'lib/aws-sdk-comprehend/types.rb', line 7984 class StopPiiEntitiesDetectionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |