Method: Aws::MediaConvert::Types::Rectangle#width

Defined in:
lib/aws-sdk-mediaconvert/types.rb

#widthInteger

Width of rectangle in pixels. Specify only even numbers.

Returns:

  • (Integer)


12943
12944
12945
12946
12947
12948
12949
12950
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12943

class Rectangle < Struct.new(
  :height,
  :width,
  :x,
  :y)
  SENSITIVE = []
  include Aws::Structure
end