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.
2525 2526 2527 |
# File 'sig/types.rbs', line 2525 def height_in_px @height_in_px end |
#width_in_px ⇒ ::Integer
Returns the value of attribute width_in_px.
2526 2527 2528 |
# File 'sig/types.rbs', line 2526 def width_in_px @width_in_px end |