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.
784 785 786 787 788 789 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 784 class GetDICOMImportJobRequest < Struct.new( :datastore_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The import job identifier.
784 785 786 787 788 789 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 784 class GetDICOMImportJobRequest < Struct.new( :datastore_id, :job_id) SENSITIVE = [] include Aws::Structure end |