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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/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)


7114
7115
7116
7117
7118
7119
7120
7121
7122
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 7114

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)


7114
7115
7116
7117
7118
7119
7120
7121
7122
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 7114

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.



7114
7115
7116
7117
7118
7119
7120
7121
7122
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 7114

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 format: YYYY-MM-DDThh:mm:ss.sssZ.

Returns:

  • (Time)


7114
7115
7116
7117
7118
7119
7120
7121
7122
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 7114

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 format: YYYY-MM-DDThh:mm:ss.sssZ.

Returns:

  • (Time)


7114
7115
7116
7117
7118
7119
7120
7121
7122
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 7114

class VerifyDevicePositionResponse < Struct.new(
  :inferred_state,
  :device_id,
  :sample_time,
  :received_time,
  :distance_unit)
  SENSITIVE = []
  include Aws::Structure
end