Class: Aws::Types::VideoDetail
- Inherits:
-
Object
- Object
- Aws::Types::VideoDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#height_in_px ⇒ ::Integer
Returns the value of attribute height_in_px.
-
#width_in_px ⇒ ::Integer
Returns the value of attribute width_in_px.
Instance Attribute Details
#height_in_px ⇒ ::Integer
Returns the value of attribute height_in_px.
2559 2560 2561 |
# File 'sig/types.rbs', line 2559 def height_in_px @height_in_px end |
#width_in_px ⇒ ::Integer
Returns the value of attribute width_in_px.
2560 2561 2562 |
# File 'sig/types.rbs', line 2560 def width_in_px @width_in_px end |