Class: Aws::Types::StopTimecode
- Inherits:
-
Object
- Object
- Aws::Types::StopTimecode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_frame_clipping_behavior ⇒ "EXCLUDE_LAST_FRAME", "INCLUDE_LAST_FRAME"
Returns the value of attribute last_frame_clipping_behavior.
-
#timecode ⇒ ::String
Returns the value of attribute timecode.
Instance Attribute Details
#last_frame_clipping_behavior ⇒ "EXCLUDE_LAST_FRAME", "INCLUDE_LAST_FRAME"
Returns the value of attribute last_frame_clipping_behavior.
3149 3150 3151 |
# File 'sig/types.rbs', line 3149 def last_frame_clipping_behavior @last_frame_clipping_behavior end |
#timecode ⇒ ::String
Returns the value of attribute timecode.
3150 3151 3152 |
# File 'sig/types.rbs', line 3150 def timecode @timecode end |