Class: Aws::Types::MinTopRenditionSize
- Inherits:
-
Object
- Object
- Aws::Types::MinTopRenditionSize
- 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.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def height @height end |
#width ⇒ ::Integer
Returns the value of attribute width.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def width @width end |