Class: Aws::Types::LatestDeviceJob

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_version ⇒ ::String

Returns the value of attribute image_version.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

def image_version
  @image_version
end

#job_type ⇒ "OTA", "REBOOT"

Returns the value of attribute job_type.

Returns:

  • ("OTA", "REBOOT")


411
412
413
# File 'sig/types.rbs', line 411

def job_type
  @job_type
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

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


412
413
414
# File 'sig/types.rbs', line 412

def status
  @status
end