Module: Aws::IoTWireless::Client::_GetPositionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPositionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #accuracy ⇒ Types::Accuracy
- #position ⇒ ::Array[::Float]
- #solver_provider ⇒ "Semtech"
- #solver_type ⇒ "GNSS"
- #solver_version ⇒ ::String
- #timestamp ⇒ ::String
Instance Method Details
#accuracy ⇒ Types::Accuracy
854 |
# File 'sig/client.rbs', line 854
def accuracy: () -> Types::Accuracy
|
#position ⇒ ::Array[::Float]
853 |
# File 'sig/client.rbs', line 853
def position: () -> ::Array[::Float]
|
#solver_provider ⇒ "Semtech"
856 |
# File 'sig/client.rbs', line 856
def solver_provider: () -> ("Semtech")
|
#solver_type ⇒ "GNSS"
855 |
# File 'sig/client.rbs', line 855
def solver_type: () -> ("GNSS")
|
#solver_version ⇒ ::String
857 |
# File 'sig/client.rbs', line 857
def solver_version: () -> ::String
|
#timestamp ⇒ ::String
858 |
# File 'sig/client.rbs', line 858
def timestamp: () -> ::String
|