Class: Aws::IoTWireless::Types::DeleteWirelessDeviceImportTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DeleteWirelessDeviceImportTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the import task to be deleted.
Instance Attribute Details
#id ⇒ String
The unique identifier of the import task to be deleted.
1330 1331 1332 1333 1334 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1330 class DeleteWirelessDeviceImportTaskRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |