Module: Aws::LocationService::Client::_GetDevicePositionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDevicePositionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #accuracy ⇒ Types::PositionalAccuracy
- #device_id ⇒ ::String
- #position ⇒ ::Array[::Float]
- #position_properties ⇒ ::Hash[::String, ::String]
- #received_time ⇒ ::Time
- #sample_time ⇒ ::Time
Instance Method Details
#accuracy ⇒ Types::PositionalAccuracy
553 |
# File 'sig/client.rbs', line 553
def accuracy: () -> Types::PositionalAccuracy
|
#device_id ⇒ ::String
549 |
# File 'sig/client.rbs', line 549
def device_id: () -> ::String
|
#position ⇒ ::Array[::Float]
552 |
# File 'sig/client.rbs', line 552
def position: () -> ::Array[::Float]
|
#position_properties ⇒ ::Hash[::String, ::String]
554 |
# File 'sig/client.rbs', line 554
def position_properties: () -> ::Hash[::String, ::String]
|
#received_time ⇒ ::Time
551 |
# File 'sig/client.rbs', line 551
def received_time: () -> ::Time
|
#sample_time ⇒ ::Time
550 |
# File 'sig/client.rbs', line 550
def sample_time: () -> ::Time
|