Class: Aws::Types::TimecodeConfig
- Inherits:
-
Object
- Object
- Aws::Types::TimecodeConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anchor ⇒ ::String
Returns the value of attribute anchor.
-
#source ⇒ "EMBEDDED", ...
Returns the value of attribute source.
-
#start ⇒ ::String
Returns the value of attribute start.
-
#timestamp_offset ⇒ ::String
Returns the value of attribute timestamp_offset.
Instance Attribute Details
#anchor ⇒ ::String
Returns the value of attribute anchor.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def anchor @anchor end |
#source ⇒ "EMBEDDED", ...
Returns the value of attribute source.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def source @source end |
#start ⇒ ::String
Returns the value of attribute start.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def start @start end |
#timestamp_offset ⇒ ::String
Returns the value of attribute timestamp_offset.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def @timestamp_offset end |