Class: Aws::IoTWireless::Types::DownlinkQueueMessage

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#lo_ra_wanTypes::LoRaWANSendDataToDevice

LoRaWAN router info.



1526
1527
1528
1529
1530
1531
1532
1533
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1526

class DownlinkQueueMessage < Struct.new(
  :message_id,
  :transmit_mode,
  :received_at,
  :lo_ra_wan)
  SENSITIVE = []
  include Aws::Structure
end

#message_idString

The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.

Returns:

  • (String)


1526
1527
1528
1529
1530
1531
1532
1533
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1526

class DownlinkQueueMessage < Struct.new(
  :message_id,
  :transmit_mode,
  :received_at,
  :lo_ra_wan)
  SENSITIVE = []
  include Aws::Structure
end

#received_atString

The time at which Iot Wireless received the downlink message.

Returns:

  • (String)


1526
1527
1528
1529
1530
1531
1532
1533
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1526

class DownlinkQueueMessage < Struct.new(
  :message_id,
  :transmit_mode,
  :received_at,
  :lo_ra_wan)
  SENSITIVE = []
  include Aws::Structure
end

#transmit_modeInteger

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).

Returns:

  • (Integer)


1526
1527
1528
1529
1530
1531
1532
1533
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1526

class DownlinkQueueMessage < Struct.new(
  :message_id,
  :transmit_mode,
  :received_at,
  :lo_ra_wan)
  SENSITIVE = []
  include Aws::Structure
end