Class: Aws::Types::ListHlsManifestConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ListHlsManifestConfiguration
- 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.
698 699 700 |
# File 'sig/types.rbs', line 698 def child_manifest_name @child_manifest_name end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
697 698 699 |
# File 'sig/types.rbs', line 697 def manifest_name @manifest_name end |
#url ⇒ ::String
Returns the value of attribute url.
699 700 701 |
# File 'sig/types.rbs', line 699 def url @url end |