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.
      1389 1390 1391 1392 1393 1394  | 
    
      # File 'lib/aws-sdk-iotwireless/types.rb', line 1389 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`.
      1389 1390 1391 1392 1393 1394  | 
    
      # File 'lib/aws-sdk-iotwireless/types.rb', line 1389 class DeregisterWirelessDeviceRequest < Struct.new( :identifier, :wireless_device_type) SENSITIVE = [] include Aws::Structure end  |