Class: Aws::MediaLive::Types::DisabledLockingSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DisabledLockingSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Disabled Locking Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_epoch ⇒ String
Optional.
Instance Attribute Details
#custom_epoch ⇒ String
Optional. Only applies to CMAF Ingest Output Group and MediaPackage V2 Output Group. Enter a value here to use a custom epoch, instead of the standard epoch (which started at 1970-01-01T00:00:00 UTC). Specify the start time of the custom epoch, in YYYY-MM-DDTHH:MM:SS in UTC. The time must be 2000-01-01T00:00:00 or later. Always set the MM:SS portion to 00:00.
22669 22670 22671 22672 22673 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22669 class DisabledLockingSettings < Struct.new( :custom_epoch) SENSITIVE = [] include Aws::Structure end |