Class: Aws::Types::DashManifest
- Inherits:
-
Object
- Object
- Aws::Types::DashManifest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#manifest_layout ⇒ "FULL", "COMPACT"
Returns the value of attribute manifest_layout.
-
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
-
#min_buffer_time_seconds ⇒ ::Integer
Returns the value of attribute min_buffer_time_seconds.
-
#profile ⇒ "NONE", "HBBTV_1_5"
Returns the value of attribute profile.
-
#scte_markers_source ⇒ "SEGMENTS", "MANIFEST"
Returns the value of attribute scte_markers_source.
-
#stream_selection ⇒ Types::StreamSelection
Returns the value of attribute stream_selection.
Instance Attribute Details
#manifest_layout ⇒ "FULL", "COMPACT"
Returns the value of attribute manifest_layout.
166 167 168 |
# File 'sig/types.rbs', line 166 def manifest_layout @manifest_layout end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
167 168 169 |
# File 'sig/types.rbs', line 167 def manifest_name @manifest_name end |
#min_buffer_time_seconds ⇒ ::Integer
Returns the value of attribute min_buffer_time_seconds.
168 169 170 |
# File 'sig/types.rbs', line 168 def min_buffer_time_seconds @min_buffer_time_seconds end |
#profile ⇒ "NONE", "HBBTV_1_5"
Returns the value of attribute profile.
169 170 171 |
# File 'sig/types.rbs', line 169 def profile @profile end |
#scte_markers_source ⇒ "SEGMENTS", "MANIFEST"
Returns the value of attribute scte_markers_source.
170 171 172 |
# File 'sig/types.rbs', line 170 def scte_markers_source @scte_markers_source end |
#stream_selection ⇒ Types::StreamSelection
Returns the value of attribute stream_selection.
171 172 173 |
# File 'sig/types.rbs', line 171 def stream_selection @stream_selection end |