Class: Aws::Types::Gnss
- Inherits:
-
Object
- Object
- Aws::Types::Gnss
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assist_altitude ⇒ ::Float
Returns the value of attribute assist_altitude.
-
#assist_position ⇒ ::Array[::Float]
Returns the value of attribute assist_position.
-
#capture_time ⇒ ::Float
Returns the value of attribute capture_time.
-
#capture_time_accuracy ⇒ ::Float
Returns the value of attribute capture_time_accuracy.
-
#payload ⇒ ::String
Returns the value of attribute payload.
-
#use_2_d_solver ⇒ Boolean
Returns the value of attribute use_2_d_solver.
Instance Attribute Details
#assist_altitude ⇒ ::Float
Returns the value of attribute assist_altitude.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def assist_altitude @assist_altitude end |
#assist_position ⇒ ::Array[::Float]
Returns the value of attribute assist_position.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def assist_position @assist_position end |
#capture_time ⇒ ::Float
Returns the value of attribute capture_time.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def capture_time @capture_time end |
#capture_time_accuracy ⇒ ::Float
Returns the value of attribute capture_time_accuracy.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def capture_time_accuracy @capture_time_accuracy end |
#payload ⇒ ::String
Returns the value of attribute payload.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def payload @payload end |
#use_2_d_solver ⇒ Boolean
Returns the value of attribute use_2_d_solver.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def use_2_d_solver @use_2_d_solver end |