Class: Aws::Types::DeviceSummary
- Inherits:
-
Object
- Object
- Aws::Types::DeviceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
-
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#iot_thing_name ⇒ ::String
Returns the value of attribute iot_thing_name.
-
#latest_heartbeat ⇒ ::Time
Returns the value of attribute latest_heartbeat.
-
#models ⇒ ::Array[Types::EdgeModelSummary]
Returns the value of attribute models.
-
#registration_time ⇒ ::Time
Returns the value of attribute registration_time.
Instance Attribute Details
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
5484 5485 5486 |
# File 'sig/types.rbs', line 5484 def agent_version @agent_version end |
#description ⇒ ::String
Returns the value of attribute description.
5478 5479 5480 |
# File 'sig/types.rbs', line 5478 def description @description end |
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
5477 5478 5479 |
# File 'sig/types.rbs', line 5477 def device_arn @device_arn end |
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
5479 5480 5481 |
# File 'sig/types.rbs', line 5479 def device_fleet_name @device_fleet_name end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
5476 5477 5478 |
# File 'sig/types.rbs', line 5476 def device_name @device_name end |
#iot_thing_name ⇒ ::String
Returns the value of attribute iot_thing_name.
5480 5481 5482 |
# File 'sig/types.rbs', line 5480 def iot_thing_name @iot_thing_name end |
#latest_heartbeat ⇒ ::Time
Returns the value of attribute latest_heartbeat.
5482 5483 5484 |
# File 'sig/types.rbs', line 5482 def latest_heartbeat @latest_heartbeat end |
#models ⇒ ::Array[Types::EdgeModelSummary]
Returns the value of attribute models.
5483 5484 5485 |
# File 'sig/types.rbs', line 5483 def models @models end |
#registration_time ⇒ ::Time
Returns the value of attribute registration_time.
5481 5482 5483 |
# File 'sig/types.rbs', line 5481 def registration_time @registration_time end |