Class: Aws::Types::PipelineLockingSettings
- Inherits:
-
Object
- Object
- Aws::Types::PipelineLockingSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_epoch ⇒ ::String
Returns the value of attribute custom_epoch.
-
#pipeline_locking_method ⇒ "SOURCE_TIMECODE", "VIDEO_ALIGNMENT"
Returns the value of attribute pipeline_locking_method.
Instance Attribute Details
#custom_epoch ⇒ ::String
Returns the value of attribute custom_epoch.
2677 2678 2679 |
# File 'sig/types.rbs', line 2677 def custom_epoch @custom_epoch end |
#pipeline_locking_method ⇒ "SOURCE_TIMECODE", "VIDEO_ALIGNMENT"
Returns the value of attribute pipeline_locking_method.
2676 2677 2678 |
# File 'sig/types.rbs', line 2676 def pipeline_locking_method @pipeline_locking_method end |