Class: Aws::LocationService::Types::GetDevicePositionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::GetDevicePositionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:position, :position_properties]
Instance Attribute Summary collapse
-
#accuracy ⇒ Types::PositionalAccuracy
The accuracy of the device position.
-
#device_id ⇒ String
The device whose position you retrieved.
-
#position ⇒ Array<Float>
The last known device position.
-
#position_properties ⇒ Hash<String,String>
The properties associated with the position.
-
#received_time ⇒ Time
The timestamp for when the tracker resource received the device position.
-
#sample_time ⇒ Time
The timestamp at which the device’s position was determined.
Instance Attribute Details
#accuracy ⇒ Types::PositionalAccuracy
The accuracy of the device position.
3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3355 class GetDevicePositionResponse < Struct.new( :device_id, :sample_time, :received_time, :position, :accuracy, :position_properties) SENSITIVE = [:position, :position_properties] include Aws::Structure end |
#device_id ⇒ String
The device whose position you retrieved.
3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3355 class GetDevicePositionResponse < Struct.new( :device_id, :sample_time, :received_time, :position, :accuracy, :position_properties) SENSITIVE = [:position, :position_properties] include Aws::Structure end |
#position ⇒ Array<Float>
The last known device position.
3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3355 class GetDevicePositionResponse < Struct.new( :device_id, :sample_time, :received_time, :position, :accuracy, :position_properties) SENSITIVE = [:position, :position_properties] include Aws::Structure end |
#position_properties ⇒ Hash<String,String>
The properties associated with the position.
3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3355 class GetDevicePositionResponse < Struct.new( :device_id, :sample_time, :received_time, :position, :accuracy, :position_properties) SENSITIVE = [:position, :position_properties] include Aws::Structure end |
#received_time ⇒ Time
The timestamp for when the tracker resource received the device position. Uses [ ISO 8601 ][1] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3355 class GetDevicePositionResponse < Struct.new( :device_id, :sample_time, :received_time, :position, :accuracy, :position_properties) SENSITIVE = [:position, :position_properties] include Aws::Structure end |
#sample_time ⇒ Time
The timestamp at which the device’s position was determined. Uses [ ISO 8601 ][1] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3355 class GetDevicePositionResponse < Struct.new( :device_id, :sample_time, :received_time, :position, :accuracy, :position_properties) SENSITIVE = [:position, :position_properties] include Aws::Structure end |