Class: Aws::Types::CreateWirelessDeviceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def description
  @description
end

#destination_name ⇒ ::String

Returns the value of attribute destination_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def name
  @name
end

#positioning ⇒ "Enabled", "Disabled"

Returns the value of attribute positioning.

Returns:

  • ("Enabled", "Disabled")


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.

Returns:



298
299
300
# File 'sig/types.rbs', line 298

def tags
  @tags
end

#type ⇒ "Sidewalk", "LoRaWAN"

Returns the value of attribute type.

Returns:

  • ("Sidewalk", "LoRaWAN")


292
293
294
# File 'sig/types.rbs', line 292

def type
  @type
end