Class: Aws::IoTWireless::Types::DeregisterWirelessDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DeregisterWirelessDeviceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the wireless device to deregister from AWS IoT Wireless.
-
#wireless_device_type ⇒ String
The type of wireless device to deregister from AWS IoT Wireless, which can be ‘LoRaWAN` or `Sidewalk`.
Instance Attribute Details
#identifier ⇒ String
The identifier of the wireless device to deregister from AWS IoT Wireless.
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_type ⇒ String
The type of wireless device to deregister from AWS IoT Wireless, which can be ‘LoRaWAN` or `Sidewalk`.
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 |