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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A new description of the resource.

Returns:

  • (String)


6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6364

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

#idString

The ID of the resource to update.

Returns:

  • (String)


6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6364

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

#join_eui_filtersArray<Array<String>>

A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.

Returns:

  • (Array<Array<String>>)


6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6364

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

#max_eirpFloat

The MaxEIRP value.

Returns:

  • (Float)


6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6364

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

#nameString

The new name of the resource.

Returns:

  • (String)


6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6364

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

#net_id_filtersArray<String>

A list of NetId values that are used by LoRa gateways to filter the uplink frames.

Returns:

  • (Array<String>)


6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6364

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