Class: Aws::Types::VideoPositionRectangle
- Inherits:
-
Object
- Object
- Aws::Types::VideoPositionRectangle
- 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.
-
#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.
6053 6054 6055 |
# File 'sig/types.rbs', line 6053 def height @height end |
#width ⇒ ::Integer
Returns the value of attribute width.
6054 6055 6056 |
# File 'sig/types.rbs', line 6054 def width @width end |
#x ⇒ ::Integer
Returns the value of attribute x.
6055 6056 6057 |
# File 'sig/types.rbs', line 6055 def x @x end |
#y ⇒ ::Integer
Returns the value of attribute y.
6056 6057 6058 |
# File 'sig/types.rbs', line 6056 def y @y end |