Class: Aws::IoTWireless::Types::SemtechGnssConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#fecString

Whether forward error correction is enabled.

Returns:

  • (String)


4953
4954
4955
4956
4957
4958
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4953

class SemtechGnssConfiguration < Struct.new(
  :status,
  :fec)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status indicating whether the solver is enabled.

Returns:

  • (String)


4953
4954
4955
4956
4957
4958
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4953

class SemtechGnssConfiguration < Struct.new(
  :status,
  :fec)
  SENSITIVE = []
  include Aws::Structure
end