Class: Aws::Types::VideoOverlayPosition
- Inherits:
-
Object
- Object
- Aws::Types::VideoOverlayPosition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#height ⇒ ::Integer
Returns the value of attribute height.
-
#opacity ⇒ ::Integer
Returns the value of attribute opacity.
-
#unit ⇒ "PIXELS", "PERCENTAGE"
Returns the value of attribute unit.
-
#width ⇒ ::Integer
Returns the value of attribute width.
-
#x_position ⇒ ::Integer
Returns the value of attribute x_position.
-
#y_position ⇒ ::Integer
Returns the value of attribute y_position.
Instance Attribute Details
#height ⇒ ::Integer
Returns the value of attribute height.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def height @height end |
#opacity ⇒ ::Integer
Returns the value of attribute opacity.
2567 2568 2569 |
# File 'sig/types.rbs', line 2567 def opacity @opacity end |
#unit ⇒ "PIXELS", "PERCENTAGE"
Returns the value of attribute unit.
2568 2569 2570 |
# File 'sig/types.rbs', line 2568 def unit @unit end |
#width ⇒ ::Integer
Returns the value of attribute width.
2569 2570 2571 |
# File 'sig/types.rbs', line 2569 def width @width end |
#x_position ⇒ ::Integer
Returns the value of attribute x_position.
2570 2571 2572 |
# File 'sig/types.rbs', line 2570 def x_position @x_position end |
#y_position ⇒ ::Integer
Returns the value of attribute y_position.
2571 2572 2573 |
# File 'sig/types.rbs', line 2571 def y_position @y_position end |