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.
5414 5415 5416 |
# File 'sig/types.rbs', line 5414 def description @description end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
5413 5414 5415 |
# File 'sig/types.rbs', line 5413 def device_name @device_name end |
#iot_thing_name ⇒ ::String
Returns the value of attribute iot_thing_name.
5415 5416 5417 |
# File 'sig/types.rbs', line 5415 def iot_thing_name @iot_thing_name end |