Class: Aws::ComprehendMedical::Types::StopRxNormInferenceJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::StopRxNormInferenceJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier of the job.
Instance Attribute Details
#job_id ⇒ String
The identifier of the job.
2064 2065 2066 2067 2068 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 2064 class StopRxNormInferenceJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |