Class: Aws::Types::DeviceJob
- Inherits:
-
Object
- Object
- Aws::Types::DeviceJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_type ⇒ "OTA", "REBOOT"
Returns the value of attribute job_type.
Instance Attribute Details
#created_time ⇒ ::Time
Returns the value of attribute created_time.
365 366 367 |
# File 'sig/types.rbs', line 365 def created_time @created_time end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
366 367 368 |
# File 'sig/types.rbs', line 366 def device_id @device_id end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
367 368 369 |
# File 'sig/types.rbs', line 367 def device_name @device_name end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
368 369 370 |
# File 'sig/types.rbs', line 368 def job_id @job_id end |
#job_type ⇒ "OTA", "REBOOT"
Returns the value of attribute job_type.
369 370 371 |
# File 'sig/types.rbs', line 369 def job_type @job_type end |