Class: Aws::IoTWireless::Types::UpdateWirelessGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateWirelessGatewayRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Note:
When making an API call, you may pass UpdateWirelessGatewayRequest data as a hash:
{
id: "WirelessGatewayId", # required
name: "WirelessGatewayName",
description: "Description",
join_eui_filters: [
["JoinEui"],
],
net_id_filters: ["NetId"],
}
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.
-
#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.
5885 5886 5887 5888 5889 5890 5891 5892 5893 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5885 class UpdateWirelessGatewayRequest < Struct.new( :id, :name, :description, :join_eui_filters, :net_id_filters) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the resource to update.
5885 5886 5887 5888 5889 5890 5891 5892 5893 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5885 class UpdateWirelessGatewayRequest < Struct.new( :id, :name, :description, :join_eui_filters, :net_id_filters) SENSITIVE = [] include Aws::Structure end |
#join_eui_filters ⇒ Array<Array<String>>
A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.
5885 5886 5887 5888 5889 5890 5891 5892 5893 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5885 class UpdateWirelessGatewayRequest < Struct.new( :id, :name, :description, :join_eui_filters, :net_id_filters) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The new name of the resource.
5885 5886 5887 5888 5889 5890 5891 5892 5893 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5885 class UpdateWirelessGatewayRequest < Struct.new( :id, :name, :description, :join_eui_filters, :net_id_filters) 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.
5885 5886 5887 5888 5889 5890 5891 5892 5893 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5885 class UpdateWirelessGatewayRequest < Struct.new( :id, :name, :description, :join_eui_filters, :net_id_filters) SENSITIVE = [] include Aws::Structure end |