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.
1777 1778 1779 |
# File 'sig/types.rbs', line 1777 def height @height end |
#width ⇒ ::Integer
Returns the value of attribute width.
1778 1779 1780 |
# File 'sig/types.rbs', line 1778 def width @width end |