Class: Aws::ComprehendMedical::Types::StopRxNormInferenceJobRequest

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)


2056
2057
2058
2059
2060
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 2056

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