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.
4155 4156 4157 |
# File 'sig/types.rbs', line 4155 def agent_version @agent_version end |
#description ⇒ ::String
Returns the value of attribute description.
4147 4148 4149 |
# File 'sig/types.rbs', line 4147 def description @description end |
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
4145 4146 4147 |
# File 'sig/types.rbs', line 4145 def device_arn @device_arn end |
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
4148 4149 4150 |
# File 'sig/types.rbs', line 4148 def device_fleet_name @device_fleet_name end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
4146 4147 4148 |
# File 'sig/types.rbs', line 4146 def device_name @device_name end |
#iot_thing_name ⇒ ::String
Returns the value of attribute iot_thing_name.
4149 4150 4151 |
# File 'sig/types.rbs', line 4149 def iot_thing_name @iot_thing_name end |
#latest_heartbeat ⇒ ::Time
Returns the value of attribute latest_heartbeat.
4151 4152 4153 |
# File 'sig/types.rbs', line 4151 def latest_heartbeat @latest_heartbeat end |
#max_models ⇒ ::Integer
Returns the value of attribute max_models.
4153 4154 4155 |
# File 'sig/types.rbs', line 4153 def max_models @max_models end |
#models ⇒ ::Array[Types::EdgeModel]
Returns the value of attribute models.
4152 4153 4154 |
# File 'sig/types.rbs', line 4152 def models @models end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4154 4155 4156 |
# File 'sig/types.rbs', line 4154 def next_token @next_token end |
#registration_time ⇒ ::Time
Returns the value of attribute registration_time.
4150 4151 4152 |
# File 'sig/types.rbs', line 4150 def registration_time @registration_time end |