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)


2600
2601
2602
# File 'sig/types.rbs', line 2600

def height
  @height
end

#opacity::Integer

Returns the value of attribute opacity.

Returns:

  • (::Integer)


2601
2602
2603
# File 'sig/types.rbs', line 2601

def opacity
  @opacity
end

#unit"PIXELS", "PERCENTAGE"

Returns the value of attribute unit.

Returns:

  • ("PIXELS", "PERCENTAGE")


2602
2603
2604
# File 'sig/types.rbs', line 2602

def unit
  @unit
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


2603
2604
2605
# File 'sig/types.rbs', line 2603

def width
  @width
end

#x_position::Integer

Returns the value of attribute x_position.

Returns:

  • (::Integer)


2604
2605
2606
# File 'sig/types.rbs', line 2604

def x_position
  @x_position
end

#y_position::Integer

Returns the value of attribute y_position.

Returns:

  • (::Integer)


2605
2606
2607
# File 'sig/types.rbs', line 2605

def y_position
  @y_position
end