Class: Aws::Types::CreateMssManifestConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateMssManifestConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_configuration ⇒ Types::FilterConfiguration
Returns the value of attribute filter_configuration.
-
#manifest_layout ⇒ "FULL", "COMPACT"
Returns the value of attribute manifest_layout.
-
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
-
#manifest_window_seconds ⇒ ::Integer
Returns the value of attribute manifest_window_seconds.
Instance Attribute Details
#filter_configuration ⇒ Types::FilterConfiguration
Returns the value of attribute filter_configuration.
197 198 199 |
# File 'sig/types.rbs', line 197 def filter_configuration @filter_configuration end |
#manifest_layout ⇒ "FULL", "COMPACT"
Returns the value of attribute manifest_layout.
198 199 200 |
# File 'sig/types.rbs', line 198 def manifest_layout @manifest_layout end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
195 196 197 |
# File 'sig/types.rbs', line 195 def manifest_name @manifest_name end |
#manifest_window_seconds ⇒ ::Integer
Returns the value of attribute manifest_window_seconds.
196 197 198 |
# File 'sig/types.rbs', line 196 def manifest_window_seconds @manifest_window_seconds end |