Class: Aws::Types::LoRaWANSendDataToDevice
- Inherits:
-
Object
- Object
- Aws::Types::LoRaWANSendDataToDevice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#f_port ⇒ ::Integer
Returns the value of attribute f_port.
-
#participating_gateways ⇒ Types::ParticipatingGateways
Returns the value of attribute participating_gateways.
Instance Attribute Details
#f_port ⇒ ::Integer
Returns the value of attribute f_port.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def f_port @f_port end |
#participating_gateways ⇒ Types::ParticipatingGateways
Returns the value of attribute participating_gateways.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def participating_gateways @participating_gateways end |