Class: Aws::IoTWireless::Types::SidewalkSingleStartImportInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SidewalkSingleStartImportInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
Information about an import task created for an individual Sidewalk device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sidewalk_manufacturing_sn ⇒ String
The Sidewalk manufacturing serial number (SMSN) of the device added to the import task.
Instance Attribute Details
#sidewalk_manufacturing_sn ⇒ String
The Sidewalk manufacturing serial number (SMSN) of the device added to the import task.
5727 5728 5729 5730 5731 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5727 class SidewalkSingleStartImportInfo < Struct.new( :sidewalk_manufacturing_sn) SENSITIVE = [] include Aws::Structure end |