Class: Aws::IoTWireless::Types::LoRaWANGatewayMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANGatewayMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
LoRaWAN gateway metatdata.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_eui ⇒ String
The gateway’s EUI value.
-
#rssi ⇒ Float
The RSSI value.
-
#snr ⇒ Float
The SNR value.
Instance Attribute Details
#gateway_eui ⇒ String
The gateway’s EUI value.
4251 4252 4253 4254 4255 4256 4257 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4251 class LoRaWANGatewayMetadata < Struct.new( :gateway_eui, :snr, :rssi) SENSITIVE = [] include Aws::Structure end |
#rssi ⇒ Float
The RSSI value.
4251 4252 4253 4254 4255 4256 4257 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4251 class LoRaWANGatewayMetadata < Struct.new( :gateway_eui, :snr, :rssi) SENSITIVE = [] include Aws::Structure end |
#snr ⇒ Float
The SNR value.
4251 4252 4253 4254 4255 4256 4257 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4251 class LoRaWANGatewayMetadata < Struct.new( :gateway_eui, :snr, :rssi) SENSITIVE = [] include Aws::Structure end |