Class: Aws::Types::DescribeDeviceJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDeviceJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#device_type ⇒ "PANORAMA_APPLIANCE_DEVELOPER_KIT", "PANORAMA_APPLIANCE"
Returns the value of attribute device_type.
-
#image_version ⇒ ::String
Returns the value of attribute image_version.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_type ⇒ "OTA", "REBOOT"
Returns the value of attribute job_type.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#created_time ⇒ ::Time
Returns the value of attribute created_time.
202 203 204 |
# File 'sig/types.rbs', line 202 def created_time @created_time end |
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
203 204 205 |
# File 'sig/types.rbs', line 203 def device_arn @device_arn end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
204 205 206 |
# File 'sig/types.rbs', line 204 def device_id @device_id end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
205 206 207 |
# File 'sig/types.rbs', line 205 def device_name @device_name end |
#device_type ⇒ "PANORAMA_APPLIANCE_DEVELOPER_KIT", "PANORAMA_APPLIANCE"
Returns the value of attribute device_type.
206 207 208 |
# File 'sig/types.rbs', line 206 def device_type @device_type end |
#image_version ⇒ ::String
Returns the value of attribute image_version.
207 208 209 |
# File 'sig/types.rbs', line 207 def image_version @image_version end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
208 209 210 |
# File 'sig/types.rbs', line 208 def job_id @job_id end |
#job_type ⇒ "OTA", "REBOOT"
Returns the value of attribute job_type.
209 210 211 |
# File 'sig/types.rbs', line 209 def job_type @job_type end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
210 211 212 |
# File 'sig/types.rbs', line 210 def status @status end |