Class: Aws::IoTWireless::Types::SidewalkSingleStartImportInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SidewalkSingleStartImportInfo
- Defined in:
- gems/aws-sdk-iotwireless/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.
5620 5621 5622 5623 5624 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5620 class SidewalkSingleStartImportInfo < Struct.new( :sidewalk_manufacturing_sn) SENSITIVE = [] include Aws::Structure end |