Class: Aws::ComprehendMedical::Types::StopPHIDetectionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::StopPHIDetectionJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier of the PHI detection job to stop.
Instance Attribute Details
#job_id ⇒ String
The identifier of the PHI detection job to stop.
2032 2033 2034 2035 2036 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 2032 class StopPHIDetectionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |