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.
2600 2601 2602 |
# File 'sig/types.rbs', line 2600 def height @height end |
#opacity ⇒ ::Integer
Returns the value of attribute opacity.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 def opacity @opacity end |
#unit ⇒ "PIXELS", "PERCENTAGE"
Returns the value of attribute unit.
2602 2603 2604 |
# File 'sig/types.rbs', line 2602 def unit @unit end |
#width ⇒ ::Integer
Returns the value of attribute width.
2603 2604 2605 |
# File 'sig/types.rbs', line 2603 def width @width end |
#x_position ⇒ ::Integer
Returns the value of attribute x_position.
2604 2605 2606 |
# File 'sig/types.rbs', line 2604 def x_position @x_position end |
#y_position ⇒ ::Integer
Returns the value of attribute y_position.
2605 2606 2607 |
# File 'sig/types.rbs', line 2605 def y_position @y_position end |