Class: Aws::IoTWireless::Types::DeregisterWirelessDeviceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The identifier of the wireless device to deregister from AWS IoT Wireless.

Returns:

  • (String)


1389
1390
1391
1392
1393
1394
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1389

class DeregisterWirelessDeviceRequest < Struct.new(
  :identifier,
  :wireless_device_type)
  SENSITIVE = []
  include Aws::Structure
end

#wireless_device_typeString

The type of wireless device to deregister from AWS IoT Wireless, which can be LoRaWAN or Sidewalk.

Returns:

  • (String)


1389
1390
1391
1392
1393
1394
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1389

class DeregisterWirelessDeviceRequest < Struct.new(
  :identifier,
  :wireless_device_type)
  SENSITIVE = []
  include Aws::Structure
end