Class: Aws::ComprehendMedical::Types::StartRxNormInferenceJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The identifier of the job.

Returns:

  • (String)


1906
1907
1908
1909
1910
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 1906

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