Class: Aws::IoTWireless::Types::SemtechGnssDetail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Overview

Details of the Semtech GNSS solver object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fecString

Whether forward error correction is enabled.

Returns:

  • (String)


5315
5316
5317
5318
5319
5320
5321
5322
# File 'lib/aws-sdk-iotwireless/types.rb', line 5315

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

#providerString

The vendor of the solver object.

Returns:

  • (String)


5315
5316
5317
5318
5319
5320
5321
5322
# File 'lib/aws-sdk-iotwireless/types.rb', line 5315

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

#statusString

The status indicating whether the solver is enabled.

Returns:

  • (String)


5315
5316
5317
5318
5319
5320
5321
5322
# File 'lib/aws-sdk-iotwireless/types.rb', line 5315

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

#typeString

The type of positioning solver used.

Returns:

  • (String)


5315
5316
5317
5318
5319
5320
5321
5322
# File 'lib/aws-sdk-iotwireless/types.rb', line 5315

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