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.
3213 3214 3215 |
# File 'sig/types.rbs', line 3213 def source @source end |
#sync_threshold ⇒ ::Integer
Returns the value of attribute sync_threshold.
3214 3215 3216 |
# File 'sig/types.rbs', line 3214 def sync_threshold @sync_threshold end |