Class: Aws::Types::VideoOverlayCrop

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)


2576
2577
2578
# File 'sig/types.rbs', line 2576

def height
  @height
end

#unit"PIXELS", "PERCENTAGE"

Returns the value of attribute unit.

Returns:

  • ("PIXELS", "PERCENTAGE")


2577
2578
2579
# File 'sig/types.rbs', line 2577

def unit
  @unit
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


2578
2579
2580
# File 'sig/types.rbs', line 2578

def width
  @width
end

#x::Integer

Returns the value of attribute x.

Returns:

  • (::Integer)


2579
2580
2581
# File 'sig/types.rbs', line 2579

def x
  @x
end

#y::Integer

Returns the value of attribute y.

Returns:

  • (::Integer)


2580
2581
2582
# File 'sig/types.rbs', line 2580

def y
  @y
end