Class: Aws::ComprehendMedical::Types::StartSNOMEDCTInferenceJobResponse

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 a job, use this identifier with the StartSNOMEDCTInferenceJob operation.

Returns:

  • (String)


1970
1971
1972
1973
1974
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1970

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