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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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)


4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4472

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)


4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4472

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)


4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4472

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)


4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4472

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)


4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4472

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)


4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4472

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