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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



710
711
712
713
714
# File 'lib/aws-sdk-medicalimaging/types.rb', line 710

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