Class: Aws::ComprehendMedical::Types::DescribeRxNormInferenceJobRequest

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 that Amazon Comprehend Medical generated for the job. The StartRxNormInferenceJob operation returns this identifier in its response.

Returns:

  • (String)


316
317
318
319
320
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 316

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