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.
676 677 678 |
# File 'sig/types.rbs', line 676 def dual_stack_manifest_endpoint_prefix @dual_stack_manifest_endpoint_prefix end |
#manifest_endpoint_prefix ⇒ ::String
Returns the value of attribute manifest_endpoint_prefix.
675 676 677 |
# File 'sig/types.rbs', line 675 def manifest_endpoint_prefix @manifest_endpoint_prefix end |