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.
2542 2543 2544 |
# File 'sig/types.rbs', line 2542 def height @height end |
#unit ⇒ "PIXELS", "PERCENTAGE"
Returns the value of attribute unit.
2543 2544 2545 |
# File 'sig/types.rbs', line 2543 def unit @unit end |
#width ⇒ ::Integer
Returns the value of attribute width.
2544 2545 2546 |
# File 'sig/types.rbs', line 2544 def width @width end |
#x ⇒ ::Integer
Returns the value of attribute x.
2545 2546 2547 |
# File 'sig/types.rbs', line 2545 def x @x end |
#y ⇒ ::Integer
Returns the value of attribute y.
2546 2547 2548 |
# File 'sig/types.rbs', line 2546 def y @y end |