Class: Aws::Types::DownlinkQueueMessage
- Inherits:
-
Object
- Object
- Aws::Types::DownlinkQueueMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lo_ra_wan ⇒ Types::LoRaWANSendDataToDevice
Returns the value of attribute lo_ra_wan.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#received_at ⇒ ::String
Returns the value of attribute received_at.
-
#transmit_mode ⇒ ::Integer
Returns the value of attribute transmit_mode.
Instance Attribute Details
#lo_ra_wan ⇒ Types::LoRaWANSendDataToDevice
Returns the value of attribute lo_ra_wan.
572 573 574 |
# File 'sig/types.rbs', line 572 def lo_ra_wan @lo_ra_wan end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
569 570 571 |
# File 'sig/types.rbs', line 569 def @message_id end |
#received_at ⇒ ::String
Returns the value of attribute received_at.
571 572 573 |
# File 'sig/types.rbs', line 571 def received_at @received_at end |
#transmit_mode ⇒ ::Integer
Returns the value of attribute transmit_mode.
570 571 572 |
# File 'sig/types.rbs', line 570 def transmit_mode @transmit_mode end |