Class: Aws::Types::DashPackage
- Inherits:
-
Object
- Object
- Aws::Types::DashPackage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#encryption ⇒ Types::DashEncryption
Returns the value of attribute encryption.
-
#include_iframe_only_stream ⇒ Boolean
Returns the value of attribute include_iframe_only_stream.
-
#manifest_layout ⇒ "FULL", ...
Returns the value of attribute manifest_layout.
-
#manifest_window_seconds ⇒ ::Integer
Returns the value of attribute manifest_window_seconds.
-
#min_buffer_time_seconds ⇒ ::Integer
Returns the value of attribute min_buffer_time_seconds.
-
#min_update_period_seconds ⇒ ::Integer
Returns the value of attribute min_update_period_seconds.
-
#period_triggers ⇒ ::Array[("ADS")]
Returns the value of attribute period_triggers.
-
#profile ⇒ "NONE", ...
Returns the value of attribute profile.
-
#segment_duration_seconds ⇒ ::Integer
Returns the value of attribute segment_duration_seconds.
-
#segment_template_format ⇒ "NUMBER_WITH_TIMELINE", ...
Returns the value of attribute segment_template_format.
-
#stream_selection ⇒ Types::StreamSelection
Returns the value of attribute stream_selection.
-
#suggested_presentation_delay_seconds ⇒ ::Integer
Returns the value of attribute suggested_presentation_delay_seconds.
-
#utc_timing ⇒ "NONE", ...
Returns the value of attribute utc_timing.
-
#utc_timing_uri ⇒ ::String
Returns the value of attribute utc_timing_uri.
Instance Attribute Details
#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.
185 186 187 |
# File 'sig/types.rbs', line 185 def ad_triggers @ad_triggers end |
#ads_on_delivery_restrictions ⇒ "NONE", ...
Returns the value of attribute ads_on_delivery_restrictions.
186 187 188 |
# File 'sig/types.rbs', line 186 def ads_on_delivery_restrictions @ads_on_delivery_restrictions end |
#encryption ⇒ Types::DashEncryption
Returns the value of attribute encryption.
187 188 189 |
# File 'sig/types.rbs', line 187 def encryption @encryption end |
#include_iframe_only_stream ⇒ Boolean
Returns the value of attribute include_iframe_only_stream.
188 189 190 |
# File 'sig/types.rbs', line 188 def include_iframe_only_stream @include_iframe_only_stream end |
#manifest_layout ⇒ "FULL", ...
Returns the value of attribute manifest_layout.
189 190 191 |
# File 'sig/types.rbs', line 189 def manifest_layout @manifest_layout end |
#manifest_window_seconds ⇒ ::Integer
Returns the value of attribute manifest_window_seconds.
190 191 192 |
# File 'sig/types.rbs', line 190 def manifest_window_seconds @manifest_window_seconds end |
#min_buffer_time_seconds ⇒ ::Integer
Returns the value of attribute min_buffer_time_seconds.
191 192 193 |
# File 'sig/types.rbs', line 191 def min_buffer_time_seconds @min_buffer_time_seconds end |
#min_update_period_seconds ⇒ ::Integer
Returns the value of attribute min_update_period_seconds.
192 193 194 |
# File 'sig/types.rbs', line 192 def min_update_period_seconds @min_update_period_seconds end |
#period_triggers ⇒ ::Array[("ADS")]
Returns the value of attribute period_triggers.
193 194 195 |
# File 'sig/types.rbs', line 193 def period_triggers @period_triggers end |
#profile ⇒ "NONE", ...
Returns the value of attribute profile.
194 195 196 |
# File 'sig/types.rbs', line 194 def profile @profile end |
#segment_duration_seconds ⇒ ::Integer
Returns the value of attribute segment_duration_seconds.
195 196 197 |
# File 'sig/types.rbs', line 195 def segment_duration_seconds @segment_duration_seconds end |
#segment_template_format ⇒ "NUMBER_WITH_TIMELINE", ...
Returns the value of attribute segment_template_format.
196 197 198 |
# File 'sig/types.rbs', line 196 def segment_template_format @segment_template_format end |
#stream_selection ⇒ Types::StreamSelection
Returns the value of attribute stream_selection.
197 198 199 |
# File 'sig/types.rbs', line 197 def stream_selection @stream_selection end |
#suggested_presentation_delay_seconds ⇒ ::Integer
Returns the value of attribute suggested_presentation_delay_seconds.
198 199 200 |
# File 'sig/types.rbs', line 198 def suggested_presentation_delay_seconds @suggested_presentation_delay_seconds end |
#utc_timing ⇒ "NONE", ...
Returns the value of attribute utc_timing.
199 200 201 |
# File 'sig/types.rbs', line 199 def utc_timing @utc_timing end |
#utc_timing_uri ⇒ ::String
Returns the value of attribute utc_timing_uri.
200 201 202 |
# File 'sig/types.rbs', line 200 def utc_timing_uri @utc_timing_uri end |