Class: Aws::Types::GetPositionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accuracy ⇒ Types::Accuracy

Returns the value of attribute accuracy.

Returns:



810
811
812
# File 'sig/types.rbs', line 810

def accuracy
  @accuracy
end

#position ⇒ ::Array[::Float]

Returns the value of attribute position.

Returns:

  • (::Array[::Float])


809
810
811
# File 'sig/types.rbs', line 809

def position
  @position
end

#solver_provider ⇒ "Semtech"

Returns the value of attribute solver_provider.

Returns:

  • ("Semtech")


812
813
814
# File 'sig/types.rbs', line 812

def solver_provider
  @solver_provider
end

#solver_type ⇒ "GNSS"

Returns the value of attribute solver_type.

Returns:

  • ("GNSS")


811
812
813
# File 'sig/types.rbs', line 811

def solver_type
  @solver_type
end

#solver_version ⇒ ::String

Returns the value of attribute solver_version.

Returns:

  • (::String)


813
814
815
# File 'sig/types.rbs', line 813

def solver_version
  @solver_version
end

#timestamp ⇒ ::String

Returns the value of attribute timestamp.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def timestamp
  @timestamp
end