Class: Aws::Types::LoRaWANGatewayMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_eui ⇒ ::String

Returns the value of attribute gateway_eui.

Returns:

  • (::String)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def gateway_eui
  @gateway_eui
end

#rssi ⇒ ::Float

Returns the value of attribute rssi.

Returns:

  • (::Float)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def rssi
  @rssi
end

#snr ⇒ ::Float

Returns the value of attribute snr.

Returns:

  • (::Float)


1409
1410
1411
# File 'sig/types.rbs', line 1409

def snr
  @snr
end