Class: Aws::IoTWireless::Types::LoRaWANPublicGatewayMetadata

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

Overview

LoRaWAN public gateway metadata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dl_allowedBoolean

Boolean that indicates whether downlink is allowed using the network.

Returns:

  • (Boolean)


4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
# File 'lib/aws-sdk-iotwireless/types.rb', line 4554

class LoRaWANPublicGatewayMetadata < Struct.new(
  :provider_net_id,
  :id,
  :rssi,
  :snr,
  :rf_region,
  :dl_allowed)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the gateways that are operated by the network provider.

Returns:

  • (String)


4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
# File 'lib/aws-sdk-iotwireless/types.rb', line 4554

class LoRaWANPublicGatewayMetadata < Struct.new(
  :provider_net_id,
  :id,
  :rssi,
  :snr,
  :rf_region,
  :dl_allowed)
  SENSITIVE = []
  include Aws::Structure
end

#provider_net_idString

The ID of the LoRaWAN public network provider.

Returns:

  • (String)


4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
# File 'lib/aws-sdk-iotwireless/types.rb', line 4554

class LoRaWANPublicGatewayMetadata < Struct.new(
  :provider_net_id,
  :id,
  :rssi,
  :snr,
  :rf_region,
  :dl_allowed)
  SENSITIVE = []
  include Aws::Structure
end

#rf_regionString

The frequency band (RFRegion) value.

Returns:

  • (String)


4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
# File 'lib/aws-sdk-iotwireless/types.rb', line 4554

class LoRaWANPublicGatewayMetadata < Struct.new(
  :provider_net_id,
  :id,
  :rssi,
  :snr,
  :rf_region,
  :dl_allowed)
  SENSITIVE = []
  include Aws::Structure
end

#rssiFloat

The RSSI (received signal strength indicator) value.

Returns:

  • (Float)


4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
# File 'lib/aws-sdk-iotwireless/types.rb', line 4554

class LoRaWANPublicGatewayMetadata < Struct.new(
  :provider_net_id,
  :id,
  :rssi,
  :snr,
  :rf_region,
  :dl_allowed)
  SENSITIVE = []
  include Aws::Structure
end

#snrFloat

The SNR (signal to noise ratio) value.

Returns:

  • (Float)


4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
# File 'lib/aws-sdk-iotwireless/types.rb', line 4554

class LoRaWANPublicGatewayMetadata < Struct.new(
  :provider_net_id,
  :id,
  :rssi,
  :snr,
  :rf_region,
  :dl_allowed)
  SENSITIVE = []
  include Aws::Structure
end