Class: Aws::Types::DashConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DashConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dual_stack_manifest_endpoint_prefix ⇒ ::String
Returns the value of attribute dual_stack_manifest_endpoint_prefix.
-
#manifest_endpoint_prefix ⇒ ::String
Returns the value of attribute manifest_endpoint_prefix.
-
#mpd_location ⇒ ::String
Returns the value of attribute mpd_location.
-
#origin_manifest_type ⇒ "SINGLE_PERIOD", "MULTI_PERIOD"
Returns the value of attribute origin_manifest_type.
Instance Attribute Details
#dual_stack_manifest_endpoint_prefix ⇒ ::String
Returns the value of attribute dual_stack_manifest_endpoint_prefix.
339 340 341 |
# File 'sig/types.rbs', line 339 def dual_stack_manifest_endpoint_prefix @dual_stack_manifest_endpoint_prefix end |
#manifest_endpoint_prefix ⇒ ::String
Returns the value of attribute manifest_endpoint_prefix.
338 339 340 |
# File 'sig/types.rbs', line 338 def manifest_endpoint_prefix @manifest_endpoint_prefix end |
#mpd_location ⇒ ::String
Returns the value of attribute mpd_location.
340 341 342 |
# File 'sig/types.rbs', line 340 def mpd_location @mpd_location end |
#origin_manifest_type ⇒ "SINGLE_PERIOD", "MULTI_PERIOD"
Returns the value of attribute origin_manifest_type.
341 342 343 |
# File 'sig/types.rbs', line 341 def origin_manifest_type @origin_manifest_type end |