Class: Aws::IoTWireless::Types::SemtechGnssConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SemtechGnssConfiguration
- Defined in:
- gems/aws-sdk-iotwireless/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.
5290 5291 5292 5293 5294 5295 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5290 class SemtechGnssConfiguration < Struct.new( :status, :fec) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status indicating whether the solver is enabled.
5290 5291 5292 5293 5294 5295 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5290 class SemtechGnssConfiguration < Struct.new( :status, :fec) SENSITIVE = [] include Aws::Structure end |