Class: Aws::LocationService::Types::VerifyDevicePositionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::VerifyDevicePositionResponse
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_id ⇒ String
The device identifier.
-
#distance_unit ⇒ String
The distance unit for the verification response.
-
#inferred_state ⇒ Types::InferredState
The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access points.
-
#received_time ⇒ Time
The timestamp for when the tracker resource received the device position in [ ISO 8601 ][1] format:
YYYY-MM-DDThh:mm:ss.sssZ
. -
#sample_time ⇒ Time
The timestamp at which the device's position was determined.
Instance Attribute Details
#device_id ⇒ String
The device identifier.
7112 7113 7114 7115 7116 7117 7118 7119 7120 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 7112 class VerifyDevicePositionResponse < Struct.new( :inferred_state, :device_id, :sample_time, :received_time, :distance_unit) SENSITIVE = [] include Aws::Structure end |
#distance_unit ⇒ String
The distance unit for the verification response.
7112 7113 7114 7115 7116 7117 7118 7119 7120 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 7112 class VerifyDevicePositionResponse < Struct.new( :inferred_state, :device_id, :sample_time, :received_time, :distance_unit) SENSITIVE = [] include Aws::Structure end |
#inferred_state ⇒ Types::InferredState
The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access points.
7112 7113 7114 7115 7116 7117 7118 7119 7120 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 7112 class VerifyDevicePositionResponse < Struct.new( :inferred_state, :device_id, :sample_time, :received_time, :distance_unit) SENSITIVE = [] include Aws::Structure end |
#received_time ⇒ Time
The timestamp for when the tracker resource received the device
position in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
7112 7113 7114 7115 7116 7117 7118 7119 7120 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 7112 class VerifyDevicePositionResponse < Struct.new( :inferred_state, :device_id, :sample_time, :received_time, :distance_unit) SENSITIVE = [] include Aws::Structure end |
#sample_time ⇒ Time
The timestamp at which the device's position was determined. Uses
ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
7112 7113 7114 7115 7116 7117 7118 7119 7120 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 7112 class VerifyDevicePositionResponse < Struct.new( :inferred_state, :device_id, :sample_time, :received_time, :distance_unit) SENSITIVE = [] include Aws::Structure end |