Module: Aws::IoTSiteWise::Client::_CreateEnrichmentJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateEnrichmentJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#created_at ⇒ ::Time
612 |
# File 'sig/client.rbs', line 612
def created_at: () -> ::Time
|
#job_id ⇒ ::String
610 |
# File 'sig/client.rbs', line 610
def job_id: () -> ::String
|
#status ⇒ "PENDING", ...
611 |
# File 'sig/client.rbs', line 611
def status: () -> ("PENDING" | "RUNNING" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELLED")
|