Class: Aws::Types::ScteHls
- Inherits:
-
Object
- Object
- Aws::Types::ScteHls
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ad_marker_hls ⇒ "DATERANGE", "SCTE35_ENHANCED"
Returns the value of attribute ad_marker_hls.
-
#scte_in_manifests ⇒ "ALL", "MATCHES_FILTER"
Returns the value of attribute scte_in_manifests.
Instance Attribute Details
#ad_marker_hls ⇒ "DATERANGE", "SCTE35_ENHANCED"
Returns the value of attribute ad_marker_hls.
842 843 844 |
# File 'sig/types.rbs', line 842 def ad_marker_hls @ad_marker_hls end |
#scte_in_manifests ⇒ "ALL", "MATCHES_FILTER"
Returns the value of attribute scte_in_manifests.
843 844 845 |
# File 'sig/types.rbs', line 843 def scte_in_manifests @scte_in_manifests end |