Class: Aws::Types::UpdateWirelessDeviceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2256
2257
2258
# File 'sig/types.rbs', line 2256

def description
  @description
end

#destination_name ⇒ ::String

Returns the value of attribute destination_name.

Returns:

  • (::String)


2254
2255
2256
# File 'sig/types.rbs', line 2254

def destination_name
  @destination_name
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2255
2256
2257
# File 'sig/types.rbs', line 2255

def name
  @name
end

#positioning ⇒ "Enabled", "Disabled"

Returns the value of attribute positioning.

Returns:

  • ("Enabled", "Disabled")


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