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)


5381
5382
5383
5384
5385
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5381

class SidewalkSingleStartImportInfo < Struct.new(
  :sidewalk_manufacturing_sn)
  SENSITIVE = []
  include Aws::Structure
end