Class: Aws::IoTWireless::Types::DownlinkQueueMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DownlinkQueueMessage
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
The message in the downlink queue.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lo_ra_wan ⇒ Types::LoRaWANSendDataToDevice
LoRaWAN router info.
-
#message_id ⇒ String
The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.
-
#received_at ⇒ String
The time at which Iot Wireless received the downlink message.
-
#transmit_mode ⇒ Integer
The transmit mode to use for sending data to the wireless device.
Instance Attribute Details
#lo_ra_wan ⇒ Types::LoRaWANSendDataToDevice
LoRaWAN router info.
1640 1641 1642 1643 1644 1645 1646 1647 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1640 class DownlinkQueueMessage < Struct.new( :message_id, :transmit_mode, :received_at, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.
1640 1641 1642 1643 1644 1645 1646 1647 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1640 class DownlinkQueueMessage < Struct.new( :message_id, :transmit_mode, :received_at, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |
#received_at ⇒ String
The time at which Iot Wireless received the downlink message.
1640 1641 1642 1643 1644 1645 1646 1647 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1640 class DownlinkQueueMessage < Struct.new( :message_id, :transmit_mode, :received_at, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |
#transmit_mode ⇒ Integer
The transmit mode to use for sending data to the wireless device.
This can be 0
for UM (unacknowledge mode) or 1
for AM
(acknowledge mode).
1640 1641 1642 1643 1644 1645 1646 1647 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1640 class DownlinkQueueMessage < Struct.new( :message_id, :transmit_mode, :received_at, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |