Class: Aws::IoTWireless::Types::SemtechGnssDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SemtechGnssDetail
- 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
-
#fec ⇒ String
Whether forward error correction is enabled.
-
#provider ⇒ String
The vendor of the solver object.
-
#status ⇒ String
The status indicating whether the solver is enabled.
-
#type ⇒ String
The type of positioning solver used.
Instance Attribute Details
#fec ⇒ String
Whether forward error correction is enabled.
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 |
#provider ⇒ String
The vendor of the solver object.
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 |
#status ⇒ String
The status indicating whether the solver is enabled.
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 |
#type ⇒ String
The type of positioning solver used.
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 |