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.
5465 5466 5467 |
# File 'sig/types.rbs', line 5465 def agent_version @agent_version end |
#description ⇒ ::String
Returns the value of attribute description.
5459 5460 5461 |
# File 'sig/types.rbs', line 5459 def description @description end |
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
5458 5459 5460 |
# File 'sig/types.rbs', line 5458 def device_arn @device_arn end |
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
5460 5461 5462 |
# File 'sig/types.rbs', line 5460 def device_fleet_name @device_fleet_name end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
5457 5458 5459 |
# File 'sig/types.rbs', line 5457 def device_name @device_name end |
#iot_thing_name ⇒ ::String
Returns the value of attribute iot_thing_name.
5461 5462 5463 |
# File 'sig/types.rbs', line 5461 def iot_thing_name @iot_thing_name end |
#latest_heartbeat ⇒ ::Time
Returns the value of attribute latest_heartbeat.
5463 5464 5465 |
# File 'sig/types.rbs', line 5463 def latest_heartbeat @latest_heartbeat end |
#models ⇒ ::Array[Types::EdgeModelSummary]
Returns the value of attribute models.
5464 5465 5466 |
# File 'sig/types.rbs', line 5464 def models @models end |
#registration_time ⇒ ::Time
Returns the value of attribute registration_time.
5462 5463 5464 |
# File 'sig/types.rbs', line 5462 def registration_time @registration_time end |