Class: Aws::Comprehend::Types::StopPiiEntitiesDetectionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::StopPiiEntitiesDetectionJobRequest
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
Note:
When making an API call, you may pass StopPiiEntitiesDetectionJobRequest data as a hash:
{
job_id: "JobId", # required
}
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.
7182 7183 7184 7185 7186 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 7182 class StopPiiEntitiesDetectionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |