Class: Aws::Types::DescribeDeviceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDeviceResponse
- 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.
-
#max_models ⇒ ::Integer
Returns the value of attribute max_models.
-
#models ⇒ ::Array[Types::EdgeModel]
Returns the value of attribute models.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#registration_time ⇒ ::Time
Returns the value of attribute registration_time.
Instance Attribute Details
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
4138 4139 4140 |
# File 'sig/types.rbs', line 4138 def agent_version @agent_version end |
#description ⇒ ::String
Returns the value of attribute description.
4130 4131 4132 |
# File 'sig/types.rbs', line 4130 def description @description end |
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
4128 4129 4130 |
# File 'sig/types.rbs', line 4128 def device_arn @device_arn end |
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
4131 4132 4133 |
# File 'sig/types.rbs', line 4131 def device_fleet_name @device_fleet_name end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
4129 4130 4131 |
# File 'sig/types.rbs', line 4129 def device_name @device_name end |
#iot_thing_name ⇒ ::String
Returns the value of attribute iot_thing_name.
4132 4133 4134 |
# File 'sig/types.rbs', line 4132 def iot_thing_name @iot_thing_name end |
#latest_heartbeat ⇒ ::Time
Returns the value of attribute latest_heartbeat.
4134 4135 4136 |
# File 'sig/types.rbs', line 4134 def latest_heartbeat @latest_heartbeat end |
#max_models ⇒ ::Integer
Returns the value of attribute max_models.
4136 4137 4138 |
# File 'sig/types.rbs', line 4136 def max_models @max_models end |
#models ⇒ ::Array[Types::EdgeModel]
Returns the value of attribute models.
4135 4136 4137 |
# File 'sig/types.rbs', line 4135 def models @models end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4137 4138 4139 |
# File 'sig/types.rbs', line 4137 def next_token @next_token end |
#registration_time ⇒ ::Time
Returns the value of attribute registration_time.
4133 4134 4135 |
# File 'sig/types.rbs', line 4133 def registration_time @registration_time end |