Class: Aws::IoTWireless::Types::DeleteWirelessDeviceImportTaskRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the import task to be deleted.

Returns:

  • (String)


1330
1331
1332
1333
1334
# File 'lib/aws-sdk-iotwireless/types.rb', line 1330

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