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)


6053
6054
6055
# File 'sig/types.rbs', line 6053

def height
  @height
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


6054
6055
6056
# File 'sig/types.rbs', line 6054

def width
  @width
end

#x::Integer

Returns the value of attribute x.

Returns:

  • (::Integer)


6055
6056
6057
# File 'sig/types.rbs', line 6055

def x
  @x
end

#y::Integer

Returns the value of attribute y.

Returns:

  • (::Integer)


6056
6057
6058
# File 'sig/types.rbs', line 6056

def y
  @y
end