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_eui ⇒ String

The gateway's EUI value.

Returns:

  • (String)


4393
4394
4395
4396
4397
4398
4399
# File 'lib/aws-sdk-iotwireless/types.rb', line 4393

class LoRaWANGatewayMetadata < Struct.new(
  :gateway_eui,
  :snr,
  :rssi)
  SENSITIVE = []
  include Aws::Structure
end

#rssi ⇒ Float

The RSSI value.

Returns:

  • (Float)


4393
4394
4395
4396
4397
4398
4399
# File 'lib/aws-sdk-iotwireless/types.rb', line 4393

class LoRaWANGatewayMetadata < Struct.new(
  :gateway_eui,
  :snr,
  :rssi)
  SENSITIVE = []
  include Aws::Structure
end

#snr ⇒ Float

The SNR value.

Returns:

  • (Float)


4393
4394
4395
4396
4397
4398
4399
# File 'lib/aws-sdk-iotwireless/types.rb', line 4393

class LoRaWANGatewayMetadata < Struct.new(
  :gateway_eui,
  :snr,
  :rssi)
  SENSITIVE = []
  include Aws::Structure
end