Class: Aws::IoTWireless::Types::UpdateWirelessGatewayRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String

A new description of the resource.

Returns:

  • (String)


7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
# File 'lib/aws-sdk-iotwireless/types.rb', line 7169

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.

Returns:

  • (String)


7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
# File 'lib/aws-sdk-iotwireless/types.rb', line 7169

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.

Returns:

  • (Array<Array<String>>)


7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
# File 'lib/aws-sdk-iotwireless/types.rb', line 7169

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.

Returns:

  • (Float)


7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
# File 'lib/aws-sdk-iotwireless/types.rb', line 7169

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.

The following special characters aren't accepted: <>^#~$

Returns:

  • (String)


7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
# File 'lib/aws-sdk-iotwireless/types.rb', line 7169

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.

Returns:

  • (Array<String>)


7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
# File 'lib/aws-sdk-iotwireless/types.rb', line 7169

class UpdateWirelessGatewayRequest < Struct.new(
  :id,
  :name,
  :description,
  :join_eui_filters,
  :net_id_filters,
  :max_eirp)
  SENSITIVE = []
  include Aws::Structure
end