Class: Aws::Types::DashConfigurationForPut
- Inherits:
-
Object
- Object
- Aws::Types::DashConfigurationForPut
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mpd_location ⇒ ::String
Returns the value of attribute mpd_location.
-
#origin_manifest_type ⇒ "SINGLE_PERIOD", "MULTI_PERIOD"
Returns the value of attribute origin_manifest_type.
Instance Attribute Details
#mpd_location ⇒ ::String
Returns the value of attribute mpd_location.
359 360 361 |
# File 'sig/types.rbs', line 359 def mpd_location @mpd_location end |
#origin_manifest_type ⇒ "SINGLE_PERIOD", "MULTI_PERIOD"
Returns the value of attribute origin_manifest_type.
360 361 362 |
# File 'sig/types.rbs', line 360 def origin_manifest_type @origin_manifest_type end |