Class: Aws::Types::VideoOverlayTransition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_positionTypes::VideoOverlayPosition

Returns the value of attribute end_position.



2610
2611
2612
# File 'sig/types.rbs', line 2610

def end_position
  @end_position
end

#end_timecode::String

Returns the value of attribute end_timecode.

Returns:

  • (::String)


2611
2612
2613
# File 'sig/types.rbs', line 2611

def end_timecode
  @end_timecode
end

#start_timecode::String

Returns the value of attribute start_timecode.

Returns:

  • (::String)


2612
2613
2614
# File 'sig/types.rbs', line 2612

def start_timecode
  @start_timecode
end