Class: Aws::Types::DashPackage
- Inherits:
-
Object
- Object
- Aws::Types::DashPackage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dash_manifests ⇒ ::Array[Types::DashManifest]
Returns the value of attribute dash_manifests.
-
#encryption ⇒ Types::DashEncryption
Returns the value of attribute encryption.
-
#include_encoder_configuration_in_segments ⇒ Boolean
Returns the value of attribute include_encoder_configuration_in_segments.
-
#include_iframe_only_stream ⇒ Boolean
Returns the value of attribute include_iframe_only_stream.
-
#period_triggers ⇒ ::Array[("ADS")]
Returns the value of attribute period_triggers.
-
#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.
Instance Attribute Details
#dash_manifests ⇒ ::Array[Types::DashManifest]
Returns the value of attribute dash_manifests.
176 177 178 |
# File 'sig/types.rbs', line 176 def dash_manifests @dash_manifests end |
#encryption ⇒ Types::DashEncryption
Returns the value of attribute encryption.
177 178 179 |
# File 'sig/types.rbs', line 177 def encryption @encryption end |
#include_encoder_configuration_in_segments ⇒ Boolean
Returns the value of attribute include_encoder_configuration_in_segments.
178 179 180 |
# File 'sig/types.rbs', line 178 def include_encoder_configuration_in_segments @include_encoder_configuration_in_segments end |
#include_iframe_only_stream ⇒ Boolean
Returns the value of attribute include_iframe_only_stream.
179 180 181 |
# File 'sig/types.rbs', line 179 def include_iframe_only_stream @include_iframe_only_stream end |
#period_triggers ⇒ ::Array[("ADS")]
Returns the value of attribute period_triggers.
180 181 182 |
# File 'sig/types.rbs', line 180 def period_triggers @period_triggers end |
#segment_duration_seconds ⇒ ::Integer
Returns the value of attribute segment_duration_seconds.
181 182 183 |
# File 'sig/types.rbs', line 181 def segment_duration_seconds @segment_duration_seconds end |
#segment_template_format ⇒ "NUMBER_WITH_TIMELINE", ...
Returns the value of attribute segment_template_format.
182 183 184 |
# File 'sig/types.rbs', line 182 def segment_template_format @segment_template_format end |