Class: Aws::IoTWireless::Types::DeleteQueuedMessagesRequest

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 ID of a given wireless device for which downlink messages will be deleted.

Returns:

  • (String)


1297
1298
1299
1300
1301
1302
1303
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1297

class DeleteQueuedMessagesRequest < Struct.new(
  :id,
  :message_id,
  :wireless_device_type)
  SENSITIVE = []
  include Aws::Structure
end

#message_idString

If message ID is "*", it cleares the entire downlink queue for a given device, specified by the wireless device ID. Otherwise, the downlink message with the specified message ID will be deleted.

Returns:

  • (String)


1297
1298
1299
1300
1301
1302
1303
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1297

class DeleteQueuedMessagesRequest < Struct.new(
  :id,
  :message_id,
  :wireless_device_type)
  SENSITIVE = []
  include Aws::Structure
end

#wireless_device_typeString

The wireless device type, which can be either Sidewalk or LoRaWAN.

Returns:

  • (String)


1297
1298
1299
1300
1301
1302
1303
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1297

class DeleteQueuedMessagesRequest < Struct.new(
  :id,
  :message_id,
  :wireless_device_type)
  SENSITIVE = []
  include Aws::Structure
end