Class: Aws::Types::VideoPositionRectangle

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


6064
6065
6066
# File 'sig/types.rbs', line 6064

def height
  @height
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


6065
6066
6067
# File 'sig/types.rbs', line 6065

def width
  @width
end

#x::Integer

Returns the value of attribute x.

Returns:

  • (::Integer)


6066
6067
6068
# File 'sig/types.rbs', line 6066

def x
  @x
end

#y::Integer

Returns the value of attribute y.

Returns:

  • (::Integer)


6067
6068
6069
# File 'sig/types.rbs', line 6067

def y
  @y
end