Class: Aws::Types::HlsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::HlsConfiguration
- 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.
Instance Attribute Details
#dual_stack_manifest_endpoint_prefix ⇒ ::String
Returns the value of attribute dual_stack_manifest_endpoint_prefix.
658 659 660 |
# File 'sig/types.rbs', line 658 def dual_stack_manifest_endpoint_prefix @dual_stack_manifest_endpoint_prefix end |
#manifest_endpoint_prefix ⇒ ::String
Returns the value of attribute manifest_endpoint_prefix.
657 658 659 |
# File 'sig/types.rbs', line 657 def manifest_endpoint_prefix @manifest_endpoint_prefix end |