Class: Aws::IoTWireless::Types::LoRaWANPublicGatewayMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANPublicGatewayMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
LoRaWAN public gateway metadata.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dl_allowed ⇒ Boolean
Boolean that indicates whether downlink is allowed using the network.
-
#id ⇒ String
The ID of the gateways that are operated by the network provider.
-
#provider_net_id ⇒ String
The ID of the LoRaWAN public network provider.
-
#rf_region ⇒ String
The frequency band (RFRegion) value.
-
#rssi ⇒ Float
The RSSI (received signal strength indicator) value.
-
#snr ⇒ Float
The SNR (signal to noise ratio) value.
Instance Attribute Details
#dl_allowed ⇒ Boolean
Boolean that indicates whether downlink is allowed using the network.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 |
# File '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 |
#id ⇒ String
The ID of the gateways that are operated by the network provider.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 |
# File '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_id ⇒ String
The ID of the LoRaWAN public network provider.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 |
# File '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_region ⇒ String
The frequency band (RFRegion) value.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 |
# File '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 |
#rssi ⇒ Float
The RSSI (received signal strength indicator) value.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 |
# File '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 |
#snr ⇒ Float
The SNR (signal to noise ratio) value.
4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 |
# File '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 |