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.
346 347 348 |
# File 'sig/types.rbs', line 346 def mpd_location @mpd_location end |
#origin_manifest_type ⇒ "SINGLE_PERIOD", "MULTI_PERIOD"
Returns the value of attribute origin_manifest_type.
347 348 349 |
# File 'sig/types.rbs', line 347 def origin_manifest_type @origin_manifest_type end |