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.
2681 2682 2683 |
# File 'sig/types.rbs', line 2681 def custom_epoch @custom_epoch end |
#pipeline_locking_method ⇒ "SOURCE_TIMECODE", "VIDEO_ALIGNMENT"
Returns the value of attribute pipeline_locking_method.
2680 2681 2682 |
# File 'sig/types.rbs', line 2680 def pipeline_locking_method @pipeline_locking_method end |