Class: Aws::Types::GetMssManifestConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::GetMssManifestConfiguration
- 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.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#filter_configuration ⇒ Types::FilterConfiguration
Returns the value of attribute filter_configuration.
533 534 535 |
# File 'sig/types.rbs', line 533 def filter_configuration @filter_configuration end |
#manifest_layout ⇒ "FULL", "COMPACT"
Returns the value of attribute manifest_layout.
535 536 537 |
# File 'sig/types.rbs', line 535 def manifest_layout @manifest_layout end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
531 532 533 |
# File 'sig/types.rbs', line 531 def manifest_name @manifest_name end |
#manifest_window_seconds ⇒ ::Integer
Returns the value of attribute manifest_window_seconds.
534 535 536 |
# File 'sig/types.rbs', line 534 def manifest_window_seconds @manifest_window_seconds end |
#url ⇒ ::String
Returns the value of attribute url.
532 533 534 |
# File 'sig/types.rbs', line 532 def url @url end |