Class: Aws::Types::VideoOverlayPosition

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)


2566
2567
2568
# File 'sig/types.rbs', line 2566

def height
  @height
end

#opacity::Integer

Returns the value of attribute opacity.

Returns:

  • (::Integer)


2567
2568
2569
# File 'sig/types.rbs', line 2567

def opacity
  @opacity
end

#unit"PIXELS", "PERCENTAGE"

Returns the value of attribute unit.

Returns:

  • ("PIXELS", "PERCENTAGE")


2568
2569
2570
# File 'sig/types.rbs', line 2568

def unit
  @unit
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


2569
2570
2571
# File 'sig/types.rbs', line 2569

def width
  @width
end

#x_position::Integer

Returns the value of attribute x_position.

Returns:

  • (::Integer)


2570
2571
2572
# File 'sig/types.rbs', line 2570

def x_position
  @x_position
end

#y_position::Integer

Returns the value of attribute y_position.

Returns:

  • (::Integer)


2571
2572
2573
# File 'sig/types.rbs', line 2571

def y_position
  @y_position
end