Class: Aws::Types::VideoOverlayTransition
- Inherits:
-
Object
- Object
- Aws::Types::VideoOverlayTransition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_position ⇒ Types::VideoOverlayPosition
Returns the value of attribute end_position.
-
#end_timecode ⇒ ::String
Returns the value of attribute end_timecode.
-
#start_timecode ⇒ ::String
Returns the value of attribute start_timecode.
Instance Attribute Details
#end_position ⇒ Types::VideoOverlayPosition
Returns the value of attribute end_position.
2576 2577 2578 |
# File 'sig/types.rbs', line 2576 def end_position @end_position end |
#end_timecode ⇒ ::String
Returns the value of attribute end_timecode.
2577 2578 2579 |
# File 'sig/types.rbs', line 2577 def end_timecode @end_timecode end |
#start_timecode ⇒ ::String
Returns the value of attribute start_timecode.
2578 2579 2580 |
# File 'sig/types.rbs', line 2578 def start_timecode @start_timecode end |