Method: Aws::MediaConvert::Types::MinTopRenditionSize#height
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
#height ⇒ Integer
Use Height to define the video resolution height, in pixels, for this rule.
10585 10586 10587 10588 10589 10590 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 10585 class MinTopRenditionSize < Struct.new( :height, :width) SENSITIVE = [] include Aws::Structure end |