Class: Aws::Types::MssPackage
- Inherits:
-
Object
- Object
- Aws::Types::MssPackage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption ⇒ Types::MssEncryption
Returns the value of attribute encryption.
-
#manifest_window_seconds ⇒ ::Integer
Returns the value of attribute manifest_window_seconds.
-
#segment_duration_seconds ⇒ ::Integer
Returns the value of attribute segment_duration_seconds.
-
#stream_selection ⇒ Types::StreamSelection
Returns the value of attribute stream_selection.
Instance Attribute Details
#encryption ⇒ Types::MssEncryption
Returns the value of attribute encryption.
453 454 455 |
# File 'sig/types.rbs', line 453 def encryption @encryption end |
#manifest_window_seconds ⇒ ::Integer
Returns the value of attribute manifest_window_seconds.
454 455 456 |
# File 'sig/types.rbs', line 454 def manifest_window_seconds @manifest_window_seconds end |
#segment_duration_seconds ⇒ ::Integer
Returns the value of attribute segment_duration_seconds.
455 456 457 |
# File 'sig/types.rbs', line 455 def segment_duration_seconds @segment_duration_seconds end |
#stream_selection ⇒ Types::StreamSelection
Returns the value of attribute stream_selection.
456 457 458 |
# File 'sig/types.rbs', line 456 def stream_selection @stream_selection end |