Class: Aws::ComprehendMedical::Types::StopICD10CMInferenceJobResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehendmedical/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The identifier generated for the job. To get the status of job, use this identifier with the `DescribeICD10CMInferenceJob` operation.

Returns:

  • (String)

2028
2029
2030
2031
2032
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 2028

class StopICD10CMInferenceJobResponse < Struct.new(
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end