Class: Aws::Types::Landmark
- Inherits:
-
Object
- Object
- Aws::Types::Landmark
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "eyeLeft", ...
Returns the value of attribute type.
-
#x ⇒ ::Float
Returns the value of attribute x.
-
#y ⇒ ::Float
Returns the value of attribute y.
Instance Attribute Details
#type ⇒ "eyeLeft", ...
Returns the value of attribute type.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def type @type end |
#x ⇒ ::Float
Returns the value of attribute x.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def x @x end |
#y ⇒ ::Float
Returns the value of attribute y.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def y @y end |