Module: Aws::IoTSiteWise::Client::_DescribeEnrichmentJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeEnrichmentJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cancelled_at ⇒ ::Time
- #completed_at ⇒ ::Time
- #created_at ⇒ ::Time
- #failure_message ⇒ ::String
- #job_configuration ⇒ Types::EnrichmentJobConfiguration
- #job_id ⇒ ::String
- #job_type ⇒ "EVENT_DETECTION"
- #status ⇒ "PENDING", ...
- #updated_at ⇒ ::Time
- #workspace_name ⇒ ::String
Instance Method Details
#cancelled_at ⇒ ::Time
1267 |
# File 'sig/client.rbs', line 1267
def cancelled_at: () -> ::Time
|
#completed_at ⇒ ::Time
1266 |
# File 'sig/client.rbs', line 1266
def completed_at: () -> ::Time
|
#created_at ⇒ ::Time
1264 |
# File 'sig/client.rbs', line 1264
def created_at: () -> ::Time
|
#failure_message ⇒ ::String
1268 |
# File 'sig/client.rbs', line 1268
def failure_message: () -> ::String
|
#job_configuration ⇒ Types::EnrichmentJobConfiguration
1263 |
# File 'sig/client.rbs', line 1263
def job_configuration: () -> Types::EnrichmentJobConfiguration
|
#job_id ⇒ ::String
1259 |
# File 'sig/client.rbs', line 1259
def job_id: () -> ::String
|
#job_type ⇒ "EVENT_DETECTION"
1262 |
# File 'sig/client.rbs', line 1262
def job_type: () -> ("EVENT_DETECTION")
|
#status ⇒ "PENDING", ...
1260 |
# File 'sig/client.rbs', line 1260
def status: () -> ("PENDING" | "RUNNING" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELLED")
|
#updated_at ⇒ ::Time
1265 |
# File 'sig/client.rbs', line 1265
def updated_at: () -> ::Time
|
#workspace_name ⇒ ::String
1261 |
# File 'sig/client.rbs', line 1261
def workspace_name: () -> ::String
|