Class: Aws::IoTWireless::Types::LoRaWANGateway
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANGateway
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Note:
When making an API call, you may pass LoRaWANGateway data as a hash:
{
gateway_eui: "GatewayEui",
rf_region: "RfRegion",
join_eui_filters: [
["JoinEui"],
],
net_id_filters: ["NetId"],
sub_bands: [1],
}
LoRaWANGateway object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#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
#gateway_eui ⇒ String
The gateway's EUI value.
3863 3864 3865 3866 3867 3868 3869 3870 3871 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3863 class LoRaWANGateway < Struct.new( :gateway_eui, :rf_region, :join_eui_filters, :net_id_filters, :sub_bands) SENSITIVE = [] include Aws::Structure end |
#join_eui_filters ⇒ Array<Array<String>>
A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.
3863 3864 3865 3866 3867 3868 3869 3870 3871 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3863 class LoRaWANGateway < Struct.new( :gateway_eui, :rf_region, :join_eui_filters, :net_id_filters, :sub_bands) 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.
3863 3864 3865 3866 3867 3868 3869 3870 3871 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3863 class LoRaWANGateway < Struct.new( :gateway_eui, :rf_region, :join_eui_filters, :net_id_filters, :sub_bands) SENSITIVE = [] include Aws::Structure end |
#rf_region ⇒ String
The frequency band (RFRegion) value.
3863 3864 3865 3866 3867 3868 3869 3870 3871 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3863 class LoRaWANGateway < Struct.new( :gateway_eui, :rf_region, :join_eui_filters, :net_id_filters, :sub_bands) SENSITIVE = [] include Aws::Structure end |
#sub_bands ⇒ Array<Integer>
A list of integer indicating which sub bands are supported by LoRa gateway.
3863 3864 3865 3866 3867 3868 3869 3870 3871 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3863 class LoRaWANGateway < Struct.new( :gateway_eui, :rf_region, :join_eui_filters, :net_id_filters, :sub_bands) SENSITIVE = [] include Aws::Structure end |