Class: Aws::Types::LoRaWANGatewayMetadata
- Inherits:
-
Object
- Object
- Aws::Types::LoRaWANGatewayMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_eui ⇒ ::String
Returns the value of attribute gateway_eui.
-
#rssi ⇒ ::Float
Returns the value of attribute rssi.
-
#snr ⇒ ::Float
Returns the value of attribute snr.
Instance Attribute Details
#gateway_eui ⇒ ::String
Returns the value of attribute gateway_eui.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def gateway_eui @gateway_eui end |
#rssi ⇒ ::Float
Returns the value of attribute rssi.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def rssi @rssi end |
#snr ⇒ ::Float
Returns the value of attribute snr.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def snr @snr end |