Class: Aws::IoTWireless::Types::PositionSolverConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::PositionSolverConfigurations
- Includes:
- Structure
- Defined in:
- 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.
5101 5102 5103 5104 5105 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5101 class PositionSolverConfigurations < Struct.new( :semtech_gnss) SENSITIVE = [] include Aws::Structure end |