Class: Aws::ComprehendMedical::Types::DescribePHIDetectionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::DescribePHIDetectionJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier that Amazon Comprehend Medical generated for the job.
Instance Attribute Details
#job_id ⇒ String
The identifier that Amazon Comprehend Medical generated for the job. The ‘StartPHIDetectionJob` operation returns this identifier in its response.
289 290 291 292 293 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 289 class DescribePHIDetectionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |