Class: Aws::Types::Gnss

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assist_altitude ⇒ ::Float

Returns the value of attribute assist_altitude.

Returns:

  • (::Float)


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.

Returns:

  • (::Array[::Float])


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def use_2_d_solver
  @use_2_d_solver
end