You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ComprehendMedical::Types::DescribePHIDetectionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::DescribePHIDetectionJobRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DescribePHIDetectionJobRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
job_id: "JobId", # required
}
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.