Class: Aws::Types::ListDashManifestConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ListDashManifestConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
675 676 677 |
# File 'sig/types.rbs', line 675 def manifest_name @manifest_name end |
#url ⇒ ::String
Returns the value of attribute url.
676 677 678 |
# File 'sig/types.rbs', line 676 def url @url end |