Module: Aws::IoTSiteWise::Client::_CreateBulkImportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateBulkImportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#job_id ⇒ ::String
339 |
# File 'sig/client.rbs', line 339
def job_id: () -> ::String
|
#job_name ⇒ ::String
340 |
# File 'sig/client.rbs', line 340
def job_name: () -> ::String
|
#job_status ⇒ "PENDING", ...
341 |
# File 'sig/client.rbs', line 341
def job_status: () -> ("PENDING" | "CANCELLED" | "RUNNING" | "COMPLETED" | "FAILED" | "COMPLETED_WITH_FAILURES")
|