Class: Aws::IoTWireless::Types::UpdateWirelessGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateWirelessGatewayRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A new description of the resource.
-
#id ⇒ String
The ID of the resource to update.
-
#join_eui_filters ⇒ Array<Array<String>>
A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.
-
#max_eirp ⇒ Float
The MaxEIRP value.
-
#name ⇒ String
The new name of the resource.
-
#net_id_filters ⇒ Array<String>
A list of NetId values that are used by LoRa gateways to filter the uplink frames.
Instance Attribute Details
#description ⇒ String
A new description of the resource.
6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6736 class UpdateWirelessGatewayRequest < Struct.new( :id, :name, :description, :join_eui_filters, :net_id_filters, :max_eirp) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the resource to update.
6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6736 class UpdateWirelessGatewayRequest < Struct.new( :id, :name, :description, :join_eui_filters, :net_id_filters, :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.
6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6736 class UpdateWirelessGatewayRequest < Struct.new( :id, :name, :description, :join_eui_filters, :net_id_filters, :max_eirp) SENSITIVE = [] include Aws::Structure end |
#max_eirp ⇒ Float
The MaxEIRP value.
6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6736 class UpdateWirelessGatewayRequest < Struct.new( :id, :name, :description, :join_eui_filters, :net_id_filters, :max_eirp) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The new name of the resource.
6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6736 class UpdateWirelessGatewayRequest < Struct.new( :id, :name, :description, :join_eui_filters, :net_id_filters, :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.
6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6736 class UpdateWirelessGatewayRequest < Struct.new( :id, :name, :description, :join_eui_filters, :net_id_filters, :max_eirp) SENSITIVE = [] include Aws::Structure end |