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

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

Instance Attribute Details

#sidewalk_manufacturing_snString

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

Returns:

  • (String)


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