Class: Aws::IoTWireless::Types::UpdateWirelessDeviceImportTaskRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the import task to be updated.

Returns:

  • (String)


6664
6665
6666
6667
6668
6669
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6664

class UpdateWirelessDeviceImportTaskRequest < Struct.new(
  :id,
  :sidewalk)
  SENSITIVE = []
  include Aws::Structure
end

#sidewalkTypes::SidewalkUpdateImportInfo

The Sidewalk-related parameters of the import task to be updated.



6664
6665
6666
6667
6668
6669
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6664

class UpdateWirelessDeviceImportTaskRequest < Struct.new(
  :id,
  :sidewalk)
  SENSITIVE = []
  include Aws::Structure
end