Class: Aws::Types::StopTimecode

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_frame_clipping_behavior"EXCLUDE_LAST_FRAME", "INCLUDE_LAST_FRAME"

Returns the value of attribute last_frame_clipping_behavior.

Returns:

  • ("EXCLUDE_LAST_FRAME", "INCLUDE_LAST_FRAME")


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.

Returns:

  • (::String)


3150
3151
3152
# File 'sig/types.rbs', line 3150

def timecode
  @timecode
end