Class: Aws::MedicalImaging::Types::GetDICOMImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::GetDICOMImportJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datastore_id ⇒ String
The data store identifier.
-
#job_id ⇒ String
The import job identifier.
Instance Attribute Details
#datastore_id ⇒ String
The data store identifier.
697 698 699 700 701 702 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 697 class GetDICOMImportJobRequest < Struct.new( :datastore_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The import job identifier.
697 698 699 700 701 702 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 697 class GetDICOMImportJobRequest < Struct.new( :datastore_id, :job_id) SENSITIVE = [] include Aws::Structure end |