Class: Aws::Types::InferredState

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#accuracyTypes::PositionalAccuracy

Returns the value of attribute accuracy.

Returns:



777
778
779
# File 'sig/types.rbs', line 777

def accuracy
  @accuracy
end

#deviation_distance::Float

Returns the value of attribute deviation_distance.

Returns:



778
779
780
# File 'sig/types.rbs', line 778

def deviation_distance
  @deviation_distance
end

#position::Array[::Float]

Returns the value of attribute position.

Returns:



776
777
778
# File 'sig/types.rbs', line 776

def position
  @position
end

#proxy_detectedBoolean

Returns the value of attribute proxy_detected.

Returns:



779
780
781
# File 'sig/types.rbs', line 779

def proxy_detected
  @proxy_detected
end