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.
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 |
#id ⇒ String
The ID of the gateways that are operated by the network provider.
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_id ⇒ String
The ID of the LoRaWAN public network provider.
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_region ⇒ String
The frequency band (RFRegion) value.
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 |
#rssi ⇒ Float
The RSSI (received signal strength indicator) value.
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 |
#snr ⇒ Float
The SNR (signal to noise ratio) value.
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 |