Class: Aws::MedicalImaging::Types::GetDICOMImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::GetDICOMImportJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_properties ⇒ Types::DICOMImportJobProperties
The properties of the import job.
Instance Attribute Details
#job_properties ⇒ Types::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 |