Class: Aws::IoTWireless::Types::DeleteQueuedMessagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DeleteQueuedMessagesRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of a given wireless device for which downlink messages will be deleted.
-
#message_id ⇒ String
If message ID is
"*"
, it cleares the entire downlink queue for a given device, specified by the wireless device ID. -
#wireless_device_type ⇒ String
The wireless device type, which can be either Sidewalk or LoRaWAN.
Instance Attribute Details
#id ⇒ String
The ID of a given wireless device for which downlink messages will be deleted.
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_id ⇒ String
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.
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_type ⇒ String
The wireless device type, which can be either Sidewalk or LoRaWAN.
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 |