Class: Aws::LocationService::Types::InferredState

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

Overview

The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access points.

Constant Summary collapse

SENSITIVE =
[:position]

Instance Attribute Summary collapse

Instance Attribute Details

#accuracyTypes::PositionalAccuracy

The level of certainty of the inferred position.



3824
3825
3826
3827
3828
3829
3830
3831
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3824

class InferredState < Struct.new(
  :position,
  :accuracy,
  :deviation_distance,
  :proxy_detected)
  SENSITIVE = [:position]
  include Aws::Structure
end

#deviation_distanceFloat

The distance between the inferred position and the device's self-reported position.

Returns:

  • (Float)


3824
3825
3826
3827
3828
3829
3830
3831
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3824

class InferredState < Struct.new(
  :position,
  :accuracy,
  :deviation_distance,
  :proxy_detected)
  SENSITIVE = [:position]
  include Aws::Structure
end

#positionArray<Float>

The device position inferred by the provided position, IP address, cellular signals, and Wi-Fi- access points.

Returns:

  • (Array<Float>)


3824
3825
3826
3827
3828
3829
3830
3831
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3824

class InferredState < Struct.new(
  :position,
  :accuracy,
  :deviation_distance,
  :proxy_detected)
  SENSITIVE = [:position]
  include Aws::Structure
end

#proxy_detectedBoolean

Indicates if a proxy was used.

Returns:

  • (Boolean)


3824
3825
3826
3827
3828
3829
3830
3831
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3824

class InferredState < Struct.new(
  :position,
  :accuracy,
  :deviation_distance,
  :proxy_detected)
  SENSITIVE = [:position]
  include Aws::Structure
end