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:



6330
6331
6332
6333
6334
6335
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6330

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

#positioningTypes::Positioning

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

Returns:



6330
6331
6332
6333
6334
6335
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6330

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