Method: Aws::IoTWireless::Types::LoRaWANUpdateDevice#f_ports

Defined in:
lib/aws-sdk-iotwireless/types.rb

#f_portsTypes::UpdateFPorts

FPorts object for the positioning information of the device.

Returns:



4748
4749
4750
4751
4752
4753
4754
4755
4756
# File 'lib/aws-sdk-iotwireless/types.rb', line 4748

class LoRaWANUpdateDevice < Struct.new(
  :device_profile_id,
  :service_profile_id,
  :abp_v1_1,
  :abp_v1_0_x,
  :f_ports)
  SENSITIVE = []
  include Aws::Structure
end