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)


2350
2351
2352
# File 'sig/types.rbs', line 2350

def anchor
  @anchor
end

#source"EMBEDDED", ...

Returns the value of attribute source.

Returns:

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


2351
2352
2353
# File 'sig/types.rbs', line 2351

def source
  @source
end

#start::String

Returns the value of attribute start.

Returns:

  • (::String)


2352
2353
2354
# File 'sig/types.rbs', line 2352

def start
  @start
end

#timestamp_offset::String

Returns the value of attribute timestamp_offset.

Returns:

  • (::String)


2353
2354
2355
# File 'sig/types.rbs', line 2353

def timestamp_offset
  @timestamp_offset
end