Class: Aws::IoTWireless::Types::UpdateWirelessDeviceImportTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateWirelessDeviceImportTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the import task to be updated.
-
#sidewalk ⇒ Types::SidewalkUpdateImportInfo
The Sidewalk-related parameters of the import task to be updated.
Instance Attribute Details
#id ⇒ String
The identifier of the import task to be updated.
6783 6784 6785 6786 6787 6788 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6783 class UpdateWirelessDeviceImportTaskRequest < Struct.new( :id, :sidewalk) SENSITIVE = [] include Aws::Structure end |
#sidewalk ⇒ Types::SidewalkUpdateImportInfo
The Sidewalk-related parameters of the import task to be updated.
6783 6784 6785 6786 6787 6788 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6783 class UpdateWirelessDeviceImportTaskRequest < Struct.new( :id, :sidewalk) SENSITIVE = [] include Aws::Structure end |