Class: Aws::MedicalImaging::Types::StartDICOMImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::StartDICOMImportJobResponse
- 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.
-
#job_status ⇒ String
The import job status.
-
#submitted_at ⇒ Time
The timestamp when the import job was submitted.
Instance Attribute Details
#datastore_id ⇒ String
The data store identifier.
1524 1525 1526 1527 1528 1529 1530 1531 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1524 class StartDICOMImportJobResponse < Struct.new( :datastore_id, :job_id, :job_status, :submitted_at) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The import job identifier.
1524 1525 1526 1527 1528 1529 1530 1531 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1524 class StartDICOMImportJobResponse < Struct.new( :datastore_id, :job_id, :job_status, :submitted_at) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The import job status.
1524 1525 1526 1527 1528 1529 1530 1531 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1524 class StartDICOMImportJobResponse < Struct.new( :datastore_id, :job_id, :job_status, :submitted_at) SENSITIVE = [] include Aws::Structure end |
#submitted_at ⇒ Time
The timestamp when the import job was submitted.
1524 1525 1526 1527 1528 1529 1530 1531 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1524 class StartDICOMImportJobResponse < Struct.new( :datastore_id, :job_id, :job_status, :submitted_at) SENSITIVE = [] include Aws::Structure end |