Class: Aws::Types::Rectangle
- Inherits:
-
Object
- Object
- Aws::Types::Rectangle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#height ⇒ ::Integer
Returns the value of attribute height.
-
#width ⇒ ::Integer
Returns the value of attribute width.
-
#x ⇒ ::Integer
Returns the value of attribute x.
-
#y ⇒ ::Integer
Returns the value of attribute y.
Instance Attribute Details
#height ⇒ ::Integer
Returns the value of attribute height.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def height @height end |
#width ⇒ ::Integer
Returns the value of attribute width.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def width @width end |
#x ⇒ ::Integer
Returns the value of attribute x.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def x @x end |
#y ⇒ ::Integer
Returns the value of attribute y.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def y @y end |