Class: Aws::Types::TimecodeConfig
- Inherits:
-
Object
- Object
- Aws::Types::TimecodeConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source ⇒ "EMBEDDED", ...
Returns the value of attribute source.
-
#sync_threshold ⇒ ::Integer
Returns the value of attribute sync_threshold.
Instance Attribute Details
#source ⇒ "EMBEDDED", ...
Returns the value of attribute source.
3209 3210 3211 |
# File 'sig/types.rbs', line 3209 def source @source end |
#sync_threshold ⇒ ::Integer
Returns the value of attribute sync_threshold.
3210 3211 3212 |
# File 'sig/types.rbs', line 3210 def sync_threshold @sync_threshold end |