Class: Aws::Types::InputClipping
- Inherits:
-
Object
- Object
- Aws::Types::InputClipping
- 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.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def end_timecode @end_timecode end |
#start_timecode ⇒ ::String
Returns the value of attribute start_timecode.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def start_timecode @start_timecode end |