Class: Aws::Types::ListLowLatencyHlsManifestConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ListLowLatencyHlsManifestConfiguration
- 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.
-
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#child_manifest_name ⇒ ::String
Returns the value of attribute child_manifest_name.
705 706 707 |
# File 'sig/types.rbs', line 705 def child_manifest_name @child_manifest_name end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
704 705 706 |
# File 'sig/types.rbs', line 704 def manifest_name @manifest_name end |
#url ⇒ ::String
Returns the value of attribute url.
706 707 708 |
# File 'sig/types.rbs', line 706 def url @url end |