Class: Aws::ComprehendMedical::Types::StopICD10CMInferenceJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::StopICD10CMInferenceJobResponse
- 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 ‘DescribeICD10CMInferenceJob` operation.
2020 2021 2022 2023 2024 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 2020 class StopICD10CMInferenceJobResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |