Class: Aws::MedicalImaging::Types::GetDICOMImportJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_propertiesTypes::DICOMImportJobProperties

The properties of the import job.



697
698
699
700
701
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 697

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