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.
352 353 354 |
# File 'sig/types.rbs', line 352 def dual_stack_manifest_endpoint_prefix @dual_stack_manifest_endpoint_prefix end |
#manifest_endpoint_prefix ⇒ ::String
Returns the value of attribute manifest_endpoint_prefix.
351 352 353 |
# File 'sig/types.rbs', line 351 def manifest_endpoint_prefix @manifest_endpoint_prefix end |
#mpd_location ⇒ ::String
Returns the value of attribute mpd_location.
353 354 355 |
# File 'sig/types.rbs', line 353 def mpd_location @mpd_location end |
#origin_manifest_type ⇒ "SINGLE_PERIOD", "MULTI_PERIOD"
Returns the value of attribute origin_manifest_type.
354 355 356 |
# File 'sig/types.rbs', line 354 def origin_manifest_type @origin_manifest_type end |