Class: Aws::Types::PipelineLockingSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_epoch::String

Returns the value of attribute custom_epoch.

Returns:

  • (::String)


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.

Returns:

  • ("SOURCE_TIMECODE", "VIDEO_ALIGNMENT")


2676
2677
2678
# File 'sig/types.rbs', line 2676

def pipeline_locking_method
  @pipeline_locking_method
end