Class: Aws::Types::VideoOverlayCrop
- Inherits:
-
Object
- Object
- Aws::Types::VideoOverlayCrop
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#height ⇒ ::Integer
Returns the value of attribute height.
-
#unit ⇒ "PIXELS", "PERCENTAGE"
Returns the value of attribute unit.
-
#width ⇒ ::Integer
Returns the value of attribute width.
-
#x ⇒ ::Integer
Returns the value of attribute x.
-
#y ⇒ ::Integer
Returns the value of attribute y.
Instance Attribute Details
#height ⇒ ::Integer
Returns the value of attribute height.
2576 2577 2578 |
# File 'sig/types.rbs', line 2576 def height @height end |
#unit ⇒ "PIXELS", "PERCENTAGE"
Returns the value of attribute unit.
2577 2578 2579 |
# File 'sig/types.rbs', line 2577 def unit @unit end |
#width ⇒ ::Integer
Returns the value of attribute width.
2578 2579 2580 |
# File 'sig/types.rbs', line 2578 def width @width end |
#x ⇒ ::Integer
Returns the value of attribute x.
2579 2580 2581 |
# File 'sig/types.rbs', line 2579 def x @x end |
#y ⇒ ::Integer
Returns the value of attribute y.
2580 2581 2582 |
# File 'sig/types.rbs', line 2580 def y @y end |