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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1396
1397
1398
1399
1400
1401
# File 'lib/aws-sdk-iotwireless/types.rb', line 1396

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)


1396
1397
1398
1399
1400
1401
# File 'lib/aws-sdk-iotwireless/types.rb', line 1396

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