Class: Aws::Types::DownlinkQueueMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def message_id
  @message_id
end

#received_at ⇒ ::String

Returns the value of attribute received_at.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


570
571
572
# File 'sig/types.rbs', line 570

def transmit_mode
  @transmit_mode
end