Class: Aws::IoTWireless::Types::PositionSolverConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::PositionSolverConfigurations
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
The wrapper for position solver configurations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#semtech_gnss ⇒ Types::SemtechGnssConfiguration
The Semtech GNSS solver configuration object.
Instance Attribute Details
#semtech_gnss ⇒ Types::SemtechGnssConfiguration
The Semtech GNSS solver configuration object.
4994 4995 4996 4997 4998 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4994 class PositionSolverConfigurations < Struct.new( :semtech_gnss) SENSITIVE = [] include Aws::Structure end |