Class: Aws::IoTWireless::Types::LoRaWANGateway
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANGateway
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
LoRaWANGateway object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#beaconing ⇒ Types::Beaconing
Beaconing object information, which consists of the data rate and frequency parameters.
-
#gateway_eui ⇒ String
The gateway’s EUI value.
-
#join_eui_filters ⇒ Array<Array<String>>
A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.
-
#max_eirp ⇒ Float
The MaxEIRP value.
-
#net_id_filters ⇒ Array<String>
A list of NetId values that are used by LoRa gateways to filter the uplink frames.
-
#rf_region ⇒ String
The frequency band (RFRegion) value.
-
#sub_bands ⇒ Array<Integer>
A list of integer indicating which sub bands are supported by LoRa gateway.
Instance Attribute Details
#beaconing ⇒ Types::Beaconing
Beaconing object information, which consists of the data rate and frequency parameters.
4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4213 class LoRaWANGateway < Struct.new( :gateway_eui, :rf_region, :join_eui_filters, :net_id_filters, :sub_bands, :beaconing, :max_eirp) SENSITIVE = [] include Aws::Structure end |
#gateway_eui ⇒ String
The gateway’s EUI value.
4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4213 class LoRaWANGateway < Struct.new( :gateway_eui, :rf_region, :join_eui_filters, :net_id_filters, :sub_bands, :beaconing, :max_eirp) SENSITIVE = [] include Aws::Structure end |
#join_eui_filters ⇒ Array<Array<String>>
A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.
4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4213 class LoRaWANGateway < Struct.new( :gateway_eui, :rf_region, :join_eui_filters, :net_id_filters, :sub_bands, :beaconing, :max_eirp) SENSITIVE = [] include Aws::Structure end |
#max_eirp ⇒ Float
The MaxEIRP value.
4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4213 class LoRaWANGateway < Struct.new( :gateway_eui, :rf_region, :join_eui_filters, :net_id_filters, :sub_bands, :beaconing, :max_eirp) SENSITIVE = [] include Aws::Structure end |
#net_id_filters ⇒ Array<String>
A list of NetId values that are used by LoRa gateways to filter the uplink frames.
4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4213 class LoRaWANGateway < Struct.new( :gateway_eui, :rf_region, :join_eui_filters, :net_id_filters, :sub_bands, :beaconing, :max_eirp) SENSITIVE = [] include Aws::Structure end |
#rf_region ⇒ String
The frequency band (RFRegion) value.
4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4213 class LoRaWANGateway < Struct.new( :gateway_eui, :rf_region, :join_eui_filters, :net_id_filters, :sub_bands, :beaconing, :max_eirp) SENSITIVE = [] include Aws::Structure end |
#sub_bands ⇒ Array<Integer>
A list of integer indicating which sub bands are supported by LoRa gateway.
4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4213 class LoRaWANGateway < Struct.new( :gateway_eui, :rf_region, :join_eui_filters, :net_id_filters, :sub_bands, :beaconing, :max_eirp) SENSITIVE = [] include Aws::Structure end |