Class: Aws::Types::CreateWirelessDeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWirelessDeviceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
-
#lo_ra_wan ⇒ Types::LoRaWANDevice
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::SidewalkCreateWirelessDevice
Returns the value of attribute sidewalk.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "Sidewalk", "LoRaWAN"
Returns the value of attribute type.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
296 297 298 |
# File 'sig/types.rbs', line 296 def client_request_token @client_request_token end |
#description ⇒ ::String
Returns the value of attribute description.
294 295 296 |
# File 'sig/types.rbs', line 294 def description @description end |
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
295 296 297 |
# File 'sig/types.rbs', line 295 def destination_name @destination_name end |
#lo_ra_wan ⇒ Types::LoRaWANDevice
Returns the value of attribute lo_ra_wan.
297 298 299 |
# File 'sig/types.rbs', line 297 def lo_ra_wan @lo_ra_wan end |
#name ⇒ ::String
Returns the value of attribute name.
293 294 295 |
# File 'sig/types.rbs', line 293 def name @name end |
#positioning ⇒ "Enabled", "Disabled"
Returns the value of attribute positioning.
299 300 301 |
# File 'sig/types.rbs', line 299 def positioning @positioning end |
#sidewalk ⇒ Types::SidewalkCreateWirelessDevice
Returns the value of attribute sidewalk.
300 301 302 |
# File 'sig/types.rbs', line 300 def sidewalk @sidewalk end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
298 299 300 |
# File 'sig/types.rbs', line 298 def @tags end |
#type ⇒ "Sidewalk", "LoRaWAN"
Returns the value of attribute type.
292 293 294 |
# File 'sig/types.rbs', line 292 def type @type end |