Class: Aws::Types::HlsPlaylistSettings
- Inherits:
-
Object
- Object
- Aws::Types::HlsPlaylistSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ad_markup_type ⇒ ::Array[("DATERANGE" | "SCTE35_ENHANCED")]
Returns the value of attribute ad_markup_type.
-
#manifest_window_seconds ⇒ ::Integer
Returns the value of attribute manifest_window_seconds.
Instance Attribute Details
#ad_markup_type ⇒ ::Array[("DATERANGE" | "SCTE35_ENHANCED")]
Returns the value of attribute ad_markup_type.
682 683 684 |
# File 'sig/types.rbs', line 682 def ad_markup_type @ad_markup_type end |
#manifest_window_seconds ⇒ ::Integer
Returns the value of attribute manifest_window_seconds.
681 682 683 |
# File 'sig/types.rbs', line 681 def manifest_window_seconds @manifest_window_seconds end |