Class: Aws::IoTWireless::Types::LoRaWANGatewayMetadata

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Overview

LoRaWAN gateway metatdata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_euiString

The gateway’s EUI value.

Returns:

  • (String)


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

#rssiFloat

The RSSI value.

Returns:

  • (Float)


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

#snrFloat

The SNR value.

Returns:

  • (Float)


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