Class: Aws::Types::Device
- Inherits:
-
Object
- Object
- Aws::Types::Device
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#iot_thing_name ⇒ ::String
Returns the value of attribute iot_thing_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
5433 5434 5435 |
# File 'sig/types.rbs', line 5433 def description @description end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
5432 5433 5434 |
# File 'sig/types.rbs', line 5432 def device_name @device_name end |
#iot_thing_name ⇒ ::String
Returns the value of attribute iot_thing_name.
5434 5435 5436 |
# File 'sig/types.rbs', line 5434 def iot_thing_name @iot_thing_name end |