Class: Aws::ComprehendMedical::Types::StopPHIDetectionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::StopPHIDetectionJobResponse
- 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 that was stopped.
Instance Attribute Details
#job_id ⇒ String
The identifier of the PHI detection job that was stopped.
2044 2045 2046 2047 2048 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 2044 class StopPHIDetectionJobResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |