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)


2542
2543
2544
# File 'sig/types.rbs', line 2542

def height
  @height
end

#unit"PIXELS", "PERCENTAGE"

Returns the value of attribute unit.

Returns:

  • ("PIXELS", "PERCENTAGE")


2543
2544
2545
# File 'sig/types.rbs', line 2543

def unit
  @unit
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


2544
2545
2546
# File 'sig/types.rbs', line 2544

def width
  @width
end

#x::Integer

Returns the value of attribute x.

Returns:

  • (::Integer)


2545
2546
2547
# File 'sig/types.rbs', line 2545

def x
  @x
end

#y::Integer

Returns the value of attribute y.

Returns:

  • (::Integer)


2546
2547
2548
# File 'sig/types.rbs', line 2546

def y
  @y
end