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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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)


5208
5209
5210
5211
5212
5213
5214
5215
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5208

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

#providerString

The vendor of the solver object.

Returns:

  • (String)


5208
5209
5210
5211
5212
5213
5214
5215
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5208

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

#statusString

The status indicating whether the solver is enabled.

Returns:

  • (String)


5208
5209
5210
5211
5212
5213
5214
5215
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5208

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

#typeString

The type of positioning solver used.

Returns:

  • (String)


5208
5209
5210
5211
5212
5213
5214
5215
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5208

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