Class: Aws::Types::LatestDeviceJob
- Inherits:
-
Object
- Object
- Aws::Types::LatestDeviceJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_version ⇒ ::String
Returns the value of attribute image_version.
-
#job_type ⇒ "OTA", "REBOOT"
Returns the value of attribute job_type.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#image_version ⇒ ::String
Returns the value of attribute image_version.
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.
411 412 413 |
# File 'sig/types.rbs', line 411 def job_type @job_type end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
412 413 414 |
# File 'sig/types.rbs', line 412 def status @status end |