Class: Aws::Types::UpdateWirelessDeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWirelessDeviceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lo_ra_wan ⇒ Types::LoRaWANUpdateDevice
Returns the value of attribute lo_ra_wan.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#positioning ⇒ "Enabled", "Disabled"
Returns the value of attribute positioning.
-
#sidewalk ⇒ Types::SidewalkUpdateWirelessDevice
Returns the value of attribute sidewalk.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2256 2257 2258 |
# File 'sig/types.rbs', line 2256 def description @description end |
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
2254 2255 2256 |
# File 'sig/types.rbs', line 2254 def destination_name @destination_name end |
#id ⇒ ::String
Returns the value of attribute id.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def id @id end |
#lo_ra_wan ⇒ Types::LoRaWANUpdateDevice
Returns the value of attribute lo_ra_wan.
2257 2258 2259 |
# File 'sig/types.rbs', line 2257 def lo_ra_wan @lo_ra_wan end |
#name ⇒ ::String
Returns the value of attribute name.
2255 2256 2257 |
# File 'sig/types.rbs', line 2255 def name @name end |
#positioning ⇒ "Enabled", "Disabled"
Returns the value of attribute positioning.
2258 2259 2260 |
# File 'sig/types.rbs', line 2258 def positioning @positioning end |
#sidewalk ⇒ Types::SidewalkUpdateWirelessDevice
Returns the value of attribute sidewalk.
2259 2260 2261 |
# File 'sig/types.rbs', line 2259 def sidewalk @sidewalk end |