Class: Aws::IoTWireless::Types::SemtechGnssConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SemtechGnssConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
Information about the Semtech GNSS solver configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fec ⇒ String
Whether forward error correction is enabled.
-
#status ⇒ String
The status indicating whether the solver is enabled.
Instance Attribute Details
#fec ⇒ String
Whether forward error correction is enabled.
5183 5184 5185 5186 5187 5188 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5183 class SemtechGnssConfiguration < Struct.new( :status, :fec) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status indicating whether the solver is enabled.
5183 5184 5185 5186 5187 5188 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5183 class SemtechGnssConfiguration < Struct.new( :status, :fec) SENSITIVE = [] include Aws::Structure end |