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

#anchor::String

Returns the value of attribute anchor.

Returns:

  • (::String)


2371
2372
2373
# File 'sig/types.rbs', line 2371

def anchor
  @anchor
end

#source"EMBEDDED", ...

Returns the value of attribute source.

Returns:

  • ("EMBEDDED", "ZEROBASED", "SPECIFIEDSTART")


2372
2373
2374
# File 'sig/types.rbs', line 2372

def source
  @source
end

#start::String

Returns the value of attribute start.

Returns:

  • (::String)


2373
2374
2375
# File 'sig/types.rbs', line 2373

def start
  @start
end

#timestamp_offset::String

Returns the value of attribute timestamp_offset.

Returns:

  • (::String)


2374
2375
2376
# File 'sig/types.rbs', line 2374

def timestamp_offset
  @timestamp_offset
end