Class: Aws::Types::VideoOverlayInputClipping
- Inherits:
-
Object
- Object
- Aws::Types::VideoOverlayInputClipping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_timecode ⇒ ::String
Returns the value of attribute end_timecode.
-
#start_timecode ⇒ ::String
Returns the value of attribute start_timecode.
Instance Attribute Details
#end_timecode ⇒ ::String
Returns the value of attribute end_timecode.
2560 2561 2562 |
# File 'sig/types.rbs', line 2560 def end_timecode @end_timecode end |
#start_timecode ⇒ ::String
Returns the value of attribute start_timecode.
2561 2562 2563 |
# File 'sig/types.rbs', line 2561 def start_timecode @start_timecode end |