Class: Aws::IoTWireless::Types::ImportedWirelessDevice
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTWireless::Types::ImportedWirelessDevice
 
 
- Defined in:
 - gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
 
Overview
Information about a wireless device that has been added to an import task.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #sidewalk  ⇒ Types::ImportedSidewalkDevice 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Sidewalk-related information about a device that has been added to an import task.
 
Instance Attribute Details
#sidewalk ⇒ Types::ImportedSidewalkDevice
The Sidewalk-related information about a device that has been added to an import task.
      3236 3237 3238 3239 3240  | 
    
      # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3236 class ImportedWirelessDevice < Struct.new( :sidewalk) SENSITIVE = [] include Aws::Structure end  |