Class: Aws::ComprehendMedical::Types::StopICD10CMInferenceJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::StopICD10CMInferenceJobRequest
- 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.
2007 2008 2009 2010 2011 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 2007 class StopICD10CMInferenceJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |