Module: Aws::HealthLake::Client::_StartFHIRImportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartFHIRImportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#datastore_id ⇒ ::String
259 |
# File 'sig/client.rbs', line 259
def datastore_id: () -> ::String
|
#job_id ⇒ ::String
257 |
# File 'sig/client.rbs', line 257
def job_id: () -> ::String
|
#job_status ⇒ "SUBMITTED", ...
258 |
# File 'sig/client.rbs', line 258
def job_status: () -> ("SUBMITTED" | "QUEUED" | "IN_PROGRESS" | "COMPLETED_WITH_ERRORS" | "COMPLETED" | "FAILED" | "CANCEL_SUBMITTED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETED" | "CANCEL_FAILED")
|