Class: Aws::Types::LoRaWANPublicGatewayMetadata
- Inherits:
-
Object
- Object
- Aws::Types::LoRaWANPublicGatewayMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dl_allowed ⇒ Boolean
Returns the value of attribute dl_allowed.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#provider_net_id ⇒ ::String
Returns the value of attribute provider_net_id.
-
#rf_region ⇒ ::String
Returns the value of attribute rf_region.
-
#rssi ⇒ ::Float
Returns the value of attribute rssi.
-
#snr ⇒ ::Float
Returns the value of attribute snr.
Instance Attribute Details
#dl_allowed ⇒ Boolean
Returns the value of attribute dl_allowed.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def dl_allowed @dl_allowed end |
#id ⇒ ::String
Returns the value of attribute id.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def id @id end |
#provider_net_id ⇒ ::String
Returns the value of attribute provider_net_id.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def provider_net_id @provider_net_id end |
#rf_region ⇒ ::String
Returns the value of attribute rf_region.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def rf_region @rf_region end |
#rssi ⇒ ::Float
Returns the value of attribute rssi.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def rssi @rssi end |
#snr ⇒ ::Float
Returns the value of attribute snr.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def snr @snr end |