Class: Aws::ComprehendMedical::Types::DescribeSNOMEDCTInferenceJobResponse

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

#comprehend_medical_async_job_propertiesTypes::ComprehendMedicalAsyncJobProperties

Provides information about a detection job.



355
356
357
358
359
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 355

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