Class: Aws::Types::HlsAdditionalManifest
- Inherits:
-
Object
- Object
- Aws::Types::HlsAdditionalManifest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#manifest_name_modifier ⇒ ::String
Returns the value of attribute manifest_name_modifier.
-
#selected_outputs ⇒ ::Array[::String]
Returns the value of attribute selected_outputs.
Instance Attribute Details
#manifest_name_modifier ⇒ ::String
Returns the value of attribute manifest_name_modifier.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def manifest_name_modifier @manifest_name_modifier end |
#selected_outputs ⇒ ::Array[::String]
Returns the value of attribute selected_outputs.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def selected_outputs @selected_outputs end |