Class: Aws::ComprehendMedical::Types::StopRxNormInferenceJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::StopRxNormInferenceJobResponse
- Defined in:
- gems/aws-sdk-comprehendmedical/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 job, use
this identifier with the DescribeRxNormInferenceJob
operation.
2077 2078 2079 2080 2081 |
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 2077 class StopRxNormInferenceJobResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |