Class: Aws::IoTWireless::Types::ImportedWirelessDevice
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ImportedWirelessDevice
- Includes:
- Structure
- Defined in:
- 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.
3222 3223 3224 3225 3226 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3222 class ImportedWirelessDevice < Struct.new( :sidewalk) SENSITIVE = [] include Aws::Structure end |