Module: Aws::MedicalImaging::Client::_StartDICOMImportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartDICOMImportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#datastore_id ⇒ ::String
318 |
# File 'sig/client.rbs', line 318
def datastore_id: () -> ::String
|
#job_id ⇒ ::String
319 |
# File 'sig/client.rbs', line 319
def job_id: () -> ::String
|
#job_status ⇒ "SUBMITTED", ...
320 |
# File 'sig/client.rbs', line 320
def job_status: () -> ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | "FAILED")
|
#submitted_at ⇒ ::Time
321 |
# File 'sig/client.rbs', line 321
def submitted_at: () -> ::Time
|