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