Class: Aws::LocationService::Types::VerifyDevicePositionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

The device identifier.

Returns:

  • (String)


7112
7113
7114
7115
7116
7117
7118
7119
7120
# File '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_unitString

The distance unit for the verification response.

Returns:

  • (String)


7112
7113
7114
7115
7116
7117
7118
7119
7120
# File '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_stateTypes::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 '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_timeTime

The timestamp for when the tracker resource received the device position in [ ISO 8601 ][1] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.

[1]: www.iso.org/iso-8601-date-and-time-format.html

Returns:

  • (Time)


7112
7113
7114
7115
7116
7117
7118
7119
7120
# File '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_timeTime

The timestamp at which the device’s position was determined. Uses [ ISO 8601 ][1] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.

[1]: www.iso.org/iso-8601-date-and-time-format.html

Returns:

  • (Time)


7112
7113
7114
7115
7116
7117
7118
7119
7120
# File '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