Class: Aws::Types::InferredState
- Inherits:
-
Object
- Object
- Aws::Types::InferredState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accuracy ⇒ Types::PositionalAccuracy
Returns the value of attribute accuracy.
-
#deviation_distance ⇒ ::Float
Returns the value of attribute deviation_distance.
-
#position ⇒ ::Array[::Float]
Returns the value of attribute position.
-
#proxy_detected ⇒ Boolean
Returns the value of attribute proxy_detected.
Instance Attribute Details
#accuracy ⇒ Types::PositionalAccuracy
Returns the value of attribute accuracy.
777 778 779 |
# File 'sig/types.rbs', line 777 def accuracy @accuracy end |
#deviation_distance ⇒ ::Float
Returns the value of attribute deviation_distance.
778 779 780 |
# File 'sig/types.rbs', line 778 def deviation_distance @deviation_distance end |
#position ⇒ ::Array[::Float]
Returns the value of attribute position.
776 777 778 |
# File 'sig/types.rbs', line 776 def position @position end |
#proxy_detected ⇒ Boolean
Returns the value of attribute proxy_detected.
779 780 781 |
# File 'sig/types.rbs', line 779 def proxy_detected @proxy_detected end |