Module: Aws::Panorama::Client::_DescribeDeviceJobResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeDeviceJobResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_time::Time

Returns:

  • (::Time)


291
# File 'sig/client.rbs', line 291

def created_time: () -> ::Time

#device_arn::String

Returns:

  • (::String)


292
# File 'sig/client.rbs', line 292

def device_arn: () -> ::String

#device_id::String

Returns:

  • (::String)


293
# File 'sig/client.rbs', line 293

def device_id: () -> ::String

#device_name::String

Returns:

  • (::String)


294
# File 'sig/client.rbs', line 294

def device_name: () -> ::String

#device_type"PANORAMA_APPLIANCE_DEVELOPER_KIT", "PANORAMA_APPLIANCE"

Returns:

  • ("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

Returns:

  • (::String)


296
# File 'sig/client.rbs', line 296

def image_version: () -> ::String

#job_id::String

Returns:

  • (::String)


297
# File 'sig/client.rbs', line 297

def job_id: () -> ::String

#job_type"OTA", "REBOOT"

Returns:

  • ("OTA", "REBOOT")


298
# File 'sig/client.rbs', line 298

def job_type: () -> ("OTA" | "REBOOT")

#status"PENDING", ...

Returns:

  • ("PENDING", "IN_PROGRESS", "VERIFYING", "REBOOTING", "DOWNLOADING", "COMPLETED", "FAILED")


299
# File 'sig/client.rbs', line 299

def status: () -> ("PENDING" | "IN_PROGRESS" | "VERIFYING" | "REBOOTING" | "DOWNLOADING" | "COMPLETED" | "FAILED")