Class: Aws::IoTWireless::Types::UpdateFPorts
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateFPorts
- 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
-
#applications ⇒ Array<Types::ApplicationConfig>
LoRaWAN application, which can be used for geolocation by activating positioning.
-
#positioning ⇒ Types::Positioning
Positioning FPorts for the ClockSync, Stream, and GNSS functions.
Instance Attribute Details
#applications ⇒ Array<Types::ApplicationConfig>
LoRaWAN application, which can be used for geolocation by activating positioning.
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 |
#positioning ⇒ Types::Positioning
Positioning FPorts for the ClockSync, Stream, and GNSS functions.
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 |