Class: Aws::ComprehendMedical::Types::StopSNOMEDCTInferenceJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::StopSNOMEDCTInferenceJobResponse
- Includes:
- Structure
- Defined in:
- 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 DescribeSNOMEDCTInferenceJob operation.
2094 2095 2096 2097 2098 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 2094 class StopSNOMEDCTInferenceJobResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |