Class: Aws::ComprehendMedical::Types::StartPHIDetectionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::StartPHIDetectionJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier generated for the job.
Instance Attribute Details
#job_id ⇒ String
The identifier generated for the job. To get the status of a job, use this identifier with the ‘DescribePHIDetectionJob` operation.
1839 1840 1841 1842 1843 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1839 class StartPHIDetectionJobResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |