Class: Aws::Types::Resolution
- Inherits:
-
Object
- Object
- Aws::Types::Resolution
- 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.
471 472 473 |
# File 'sig/types.rbs', line 471 def height @height end |
#width ⇒ ::Integer
Returns the value of attribute width.
470 471 472 |
# File 'sig/types.rbs', line 470 def width @width end |