Class: Aws::ComprehendMedical::Types::StopRxNormInferenceJobResponse

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 generated for the job. To get the status of job, use this identifier with the DescribeRxNormInferenceJob operation.

Returns:

  • (String)


2069
2070
2071
2072
2073
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 2069

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