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.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def height @height end |
#width ⇒ ::Integer
Returns the value of attribute width.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def width @width end |