Class: Aws::Types::GetPositionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPositionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accuracy ⇒ Types::Accuracy
Returns the value of attribute accuracy.
-
#position ⇒ ::Array[::Float]
Returns the value of attribute position.
-
#solver_provider ⇒ "Semtech"
Returns the value of attribute solver_provider.
-
#solver_type ⇒ "GNSS"
Returns the value of attribute solver_type.
-
#solver_version ⇒ ::String
Returns the value of attribute solver_version.
-
#timestamp ⇒ ::String
Returns the value of attribute timestamp.
Instance Attribute Details
#accuracy ⇒ Types::Accuracy
Returns the value of attribute accuracy.
810 811 812 |
# File 'sig/types.rbs', line 810 def accuracy @accuracy end |
#position ⇒ ::Array[::Float]
Returns the value of attribute position.
809 810 811 |
# File 'sig/types.rbs', line 809 def position @position end |
#solver_provider ⇒ "Semtech"
Returns the value of attribute solver_provider.
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.
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.
813 814 815 |
# File 'sig/types.rbs', line 813 def solver_version @solver_version end |
#timestamp ⇒ ::String
Returns the value of attribute timestamp.
814 815 816 |
# File 'sig/types.rbs', line 814 def end |