Class: Aws::IoTWireless::Types::UpdateFPorts

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

Overview

Object for updating the FPorts information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicationsArray<Types::ApplicationConfig>

LoRaWAN application, which can be used for geolocation by activating positioning.

Returns:



6437
6438
6439
6440
6441
6442
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6437

class UpdateFPorts < Struct.new(
  :positioning,
  :applications)
  SENSITIVE = []
  include Aws::Structure
end

#positioningTypes::Positioning

Positioning FPorts for the ClockSync, Stream, and GNSS functions.

Returns:



6437
6438
6439
6440
6441
6442
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6437

class UpdateFPorts < Struct.new(
  :positioning,
  :applications)
  SENSITIVE = []
  include Aws::Structure
end