Class: Aws::Types::HlsManifest
- Inherits:
-
Object
- Object
- Aws::Types::HlsManifest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ad_markers ⇒ "NONE", ...
Returns the value of attribute ad_markers.
-
#include_iframe_only_stream ⇒ Boolean
Returns the value of attribute include_iframe_only_stream.
-
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
-
#program_date_time_interval_seconds ⇒ ::Integer
Returns the value of attribute program_date_time_interval_seconds.
-
#repeat_ext_x_key ⇒ Boolean
Returns the value of attribute repeat_ext_x_key.
-
#stream_selection ⇒ Types::StreamSelection
Returns the value of attribute stream_selection.
Instance Attribute Details
#ad_markers ⇒ "NONE", ...
Returns the value of attribute ad_markers.
294 295 296 |
# File 'sig/types.rbs', line 294 def ad_markers @ad_markers end |
#include_iframe_only_stream ⇒ Boolean
Returns the value of attribute include_iframe_only_stream.
295 296 297 |
# File 'sig/types.rbs', line 295 def include_iframe_only_stream @include_iframe_only_stream end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
296 297 298 |
# File 'sig/types.rbs', line 296 def manifest_name @manifest_name end |
#program_date_time_interval_seconds ⇒ ::Integer
Returns the value of attribute program_date_time_interval_seconds.
297 298 299 |
# File 'sig/types.rbs', line 297 def program_date_time_interval_seconds @program_date_time_interval_seconds end |
#repeat_ext_x_key ⇒ Boolean
Returns the value of attribute repeat_ext_x_key.
298 299 300 |
# File 'sig/types.rbs', line 298 def repeat_ext_x_key @repeat_ext_x_key end |
#stream_selection ⇒ Types::StreamSelection
Returns the value of attribute stream_selection.
299 300 301 |
# File 'sig/types.rbs', line 299 def stream_selection @stream_selection end |