Module: Aws::Panorama::Client::_DescribeDeviceJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDeviceJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_time ⇒ ::Time
- #device_arn ⇒ ::String
- #device_id ⇒ ::String
- #device_name ⇒ ::String
- #device_type ⇒ "PANORAMA_APPLIANCE_DEVELOPER_KIT", "PANORAMA_APPLIANCE"
- #image_version ⇒ ::String
- #job_id ⇒ ::String
- #job_type ⇒ "OTA", "REBOOT"
- #status ⇒ "PENDING", ...
Instance Method Details
#created_time ⇒ ::Time
291 |
# File 'sig/client.rbs', line 291
def created_time: () -> ::Time
|
#device_arn ⇒ ::String
292 |
# File 'sig/client.rbs', line 292
def device_arn: () -> ::String
|
#device_id ⇒ ::String
293 |
# File 'sig/client.rbs', line 293
def device_id: () -> ::String
|
#device_name ⇒ ::String
294 |
# File 'sig/client.rbs', line 294
def device_name: () -> ::String
|
#device_type ⇒ "PANORAMA_APPLIANCE_DEVELOPER_KIT", "PANORAMA_APPLIANCE"
295 |
# File 'sig/client.rbs', line 295
def device_type: () -> ("PANORAMA_APPLIANCE_DEVELOPER_KIT" | "PANORAMA_APPLIANCE")
|
#image_version ⇒ ::String
296 |
# File 'sig/client.rbs', line 296
def image_version: () -> ::String
|
#job_id ⇒ ::String
297 |
# File 'sig/client.rbs', line 297
def job_id: () -> ::String
|
#job_type ⇒ "OTA", "REBOOT"
298 |
# File 'sig/client.rbs', line 298
def job_type: () -> ("OTA" | "REBOOT")
|
#status ⇒ "PENDING", ...
299 |
# File 'sig/client.rbs', line 299
def status: () -> ("PENDING" | "IN_PROGRESS" | "VERIFYING" | "REBOOTING" | "DOWNLOADING" | "COMPLETED" | "FAILED")
|