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