class Aws::IoTWireless::Types::UpdateWirelessGatewayRequest
@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"], }
@!attribute [rw] id
The ID of the resource to update. @return [String]
@!attribute [rw] name
The new name of the resource. @return [String]
@!attribute [rw] description
A new description of the resource. @return [String]
@!attribute [rw] join_eui_filters
A list of JoinEuiRange used by LoRa gateways to filter LoRa frames. @return [Array<Array<String>>]
@!attribute [rw] net_id_filters
A list of NetId values that are used by LoRa gateways to filter the uplink frames. @return [Array<String>]
Constants
- SENSITIVE