Class: Aws::MediaTailor::Types::HlsPlaylistSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::HlsPlaylistSettings
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
HLS playlist configuration parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#manifest_window_seconds ⇒ Integer
The total duration (in seconds) of each manifest.
Instance Attribute Details
#manifest_window_seconds ⇒ Integer
The total duration (in seconds) of each manifest. Minimum value:
30
seconds. Maximum value: 3600
seconds.
2052 2053 2054 2055 2056 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2052 class HlsPlaylistSettings < Struct.new( :manifest_window_seconds) SENSITIVE = [] include Aws::Structure end |