Class: Aws::Types::BoundingBox
- Inherits:
-
Object
- Object
- Aws::Types::BoundingBox
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#height ⇒ ::Float
Returns the value of attribute height.
-
#left ⇒ ::Float
Returns the value of attribute left.
-
#top ⇒ ::Float
Returns the value of attribute top.
-
#width ⇒ ::Float
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ ::Float
Returns the value of attribute height.
160 161 162 |
# File 'sig/types.rbs', line 160 def height @height end |
#left ⇒ ::Float
Returns the value of attribute left.
161 162 163 |
# File 'sig/types.rbs', line 161 def left @left end |
#top ⇒ ::Float
Returns the value of attribute top.
162 163 164 |
# File 'sig/types.rbs', line 162 def top @top end |
#width ⇒ ::Float
Returns the value of attribute width.
163 164 165 |
# File 'sig/types.rbs', line 163 def width @width end |