Class: Aws::IoTWireless::Types::SidewalkSingleStartImportInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#sidewalk_manufacturing_snString

The Sidewalk manufacturing serial number (SMSN) of the device added to the import task.

Returns:

  • (String)


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