Class: Aws::Types::HlsManifestCreateOrUpdateParameters
- Inherits:
-
Object
- Object
- Aws::Types::HlsManifestCreateOrUpdateParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ad_markers ⇒ "NONE", ...
Returns the value of attribute ad_markers.
-
#ad_triggers ⇒ ::Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY")]
Returns the value of attribute ad_triggers.
-
#ads_on_delivery_restrictions ⇒ "NONE", ...
Returns the value of attribute ads_on_delivery_restrictions.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#include_iframe_only_stream ⇒ Boolean
Returns the value of attribute include_iframe_only_stream.
-
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
-
#playlist_type ⇒ "NONE", ...
Returns the value of attribute playlist_type.
-
#playlist_window_seconds ⇒ ::Integer
Returns the value of attribute playlist_window_seconds.
-
#program_date_time_interval_seconds ⇒ ::Integer
Returns the value of attribute program_date_time_interval_seconds.
Instance Attribute Details
#ad_markers ⇒ "NONE", ...
Returns the value of attribute ad_markers.
352 353 354 |
# File 'sig/types.rbs', line 352 def ad_markers @ad_markers end |
#ad_triggers ⇒ ::Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY")]
Returns the value of attribute ad_triggers.
353 354 355 |
# File 'sig/types.rbs', line 353 def ad_triggers @ad_triggers end |
#ads_on_delivery_restrictions ⇒ "NONE", ...
Returns the value of attribute ads_on_delivery_restrictions.
354 355 356 |
# File 'sig/types.rbs', line 354 def ads_on_delivery_restrictions @ads_on_delivery_restrictions end |
#id ⇒ ::String
Returns the value of attribute id.
355 356 357 |
# File 'sig/types.rbs', line 355 def id @id end |
#include_iframe_only_stream ⇒ Boolean
Returns the value of attribute include_iframe_only_stream.
356 357 358 |
# File 'sig/types.rbs', line 356 def include_iframe_only_stream @include_iframe_only_stream end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
357 358 359 |
# File 'sig/types.rbs', line 357 def manifest_name @manifest_name end |
#playlist_type ⇒ "NONE", ...
Returns the value of attribute playlist_type.
358 359 360 |
# File 'sig/types.rbs', line 358 def playlist_type @playlist_type end |
#playlist_window_seconds ⇒ ::Integer
Returns the value of attribute playlist_window_seconds.
359 360 361 |
# File 'sig/types.rbs', line 359 def playlist_window_seconds @playlist_window_seconds end |
#program_date_time_interval_seconds ⇒ ::Integer
Returns the value of attribute program_date_time_interval_seconds.
360 361 362 |
# File 'sig/types.rbs', line 360 def program_date_time_interval_seconds @program_date_time_interval_seconds end |