Class: Aws::Types::TimecodeConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source"EMBEDDED", ...

Returns the value of attribute source.

Returns:

  • ("EMBEDDED", "SYSTEMCLOCK", "ZEROBASED")


3209
3210
3211
# File 'sig/types.rbs', line 3209

def source
  @source
end

#sync_threshold::Integer

Returns the value of attribute sync_threshold.

Returns:

  • (::Integer)


3210
3211
3212
# File 'sig/types.rbs', line 3210

def sync_threshold
  @sync_threshold
end