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.
2069 2070 2071 2072 2073 |
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 2069 class StopRxNormInferenceJobResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |