Class: Aws::Types::SidewalkCreateWirelessDevice
- Inherits:
-
Object
- Object
- Aws::Types::SidewalkCreateWirelessDevice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_profile_id ⇒ ::String
Returns the value of attribute device_profile_id.
-
#positioning ⇒ Types::SidewalkPositioning
Returns the value of attribute positioning.
-
#sidewalk_manufacturing_sn ⇒ ::String
Returns the value of attribute sidewalk_manufacturing_sn.
Instance Attribute Details
#device_profile_id ⇒ ::String
Returns the value of attribute device_profile_id.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def device_profile_id @device_profile_id end |
#positioning ⇒ Types::SidewalkPositioning
Returns the value of attribute positioning.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def positioning @positioning end |
#sidewalk_manufacturing_sn ⇒ ::String
Returns the value of attribute sidewalk_manufacturing_sn.
1811 1812 1813 |
# File 'sig/types.rbs', line 1811 def sidewalk_manufacturing_sn @sidewalk_manufacturing_sn end |