Class: Aws::Types::AspectRatio
- Inherits:
-
Object
- Object
- Aws::Types::AspectRatio
- 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.
Instance Attribute Details
#height ⇒ ::Integer
Returns the value of attribute height.
18 19 20 |
# File 'sig/types.rbs', line 18 def height @height end |
#width ⇒ ::Integer
Returns the value of attribute width.
17 18 19 |
# File 'sig/types.rbs', line 17 def width @width end |