Class: Aws::Types::CreateHlsManifestConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateHlsManifestConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#child_manifest_name ⇒ ::String
Returns the value of attribute child_manifest_name.
-
#filter_configuration ⇒ Types::FilterConfiguration
Returns the value of attribute filter_configuration.
-
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
-
#manifest_window_seconds ⇒ ::Integer
Returns the value of attribute manifest_window_seconds.
-
#program_date_time_interval_seconds ⇒ ::Integer
Returns the value of attribute program_date_time_interval_seconds.
-
#scte_hls ⇒ Types::ScteHls
Returns the value of attribute scte_hls.
-
#start_tag ⇒ Types::StartTag
Returns the value of attribute start_tag.
-
#uri_path_type ⇒ "LEAF", "ROOT"
Returns the value of attribute uri_path_type.
-
#url_encode_child_manifest ⇒ Boolean
Returns the value of attribute url_encode_child_manifest.
Instance Attribute Details
#child_manifest_name ⇒ ::String
Returns the value of attribute child_manifest_name.
170 171 172 |
# File 'sig/types.rbs', line 170 def child_manifest_name @child_manifest_name end |
#filter_configuration ⇒ Types::FilterConfiguration
Returns the value of attribute filter_configuration.
175 176 177 |
# File 'sig/types.rbs', line 175 def filter_configuration @filter_configuration end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
169 170 171 |
# File 'sig/types.rbs', line 169 def manifest_name @manifest_name end |
#manifest_window_seconds ⇒ ::Integer
Returns the value of attribute manifest_window_seconds.
173 174 175 |
# File 'sig/types.rbs', line 173 def manifest_window_seconds @manifest_window_seconds end |
#program_date_time_interval_seconds ⇒ ::Integer
Returns the value of attribute program_date_time_interval_seconds.
174 175 176 |
# File 'sig/types.rbs', line 174 def program_date_time_interval_seconds @program_date_time_interval_seconds end |
#scte_hls ⇒ Types::ScteHls
Returns the value of attribute scte_hls.
171 172 173 |
# File 'sig/types.rbs', line 171 def scte_hls @scte_hls end |
#start_tag ⇒ Types::StartTag
Returns the value of attribute start_tag.
172 173 174 |
# File 'sig/types.rbs', line 172 def start_tag @start_tag end |
#uri_path_type ⇒ "LEAF", "ROOT"
Returns the value of attribute uri_path_type.
177 178 179 |
# File 'sig/types.rbs', line 177 def uri_path_type @uri_path_type end |
#url_encode_child_manifest ⇒ Boolean
Returns the value of attribute url_encode_child_manifest.
176 177 178 |
# File 'sig/types.rbs', line 176 def url_encode_child_manifest @url_encode_child_manifest end |