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.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def anchor @anchor end |
#source ⇒ "EMBEDDED", ...
Returns the value of attribute source.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def source @source end |
#start ⇒ ::String
Returns the value of attribute start.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def start @start end |
#timestamp_offset ⇒ ::String
Returns the value of attribute timestamp_offset.
2353 2354 2355 |
# File 'sig/types.rbs', line 2353 def @timestamp_offset end |