Class: Aws::Types::DashPlaylistSettings
- Inherits:
-
Object
- Object
- Aws::Types::DashPlaylistSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#manifest_window_seconds ⇒ ::Integer
Returns the value of attribute manifest_window_seconds.
-
#min_buffer_time_seconds ⇒ ::Integer
Returns the value of attribute min_buffer_time_seconds.
-
#min_update_period_seconds ⇒ ::Integer
Returns the value of attribute min_update_period_seconds.
-
#suggested_presentation_delay_seconds ⇒ ::Integer
Returns the value of attribute suggested_presentation_delay_seconds.
Instance Attribute Details
#manifest_window_seconds ⇒ ::Integer
Returns the value of attribute manifest_window_seconds.
365 366 367 |
# File 'sig/types.rbs', line 365 def manifest_window_seconds @manifest_window_seconds end |
#min_buffer_time_seconds ⇒ ::Integer
Returns the value of attribute min_buffer_time_seconds.
366 367 368 |
# File 'sig/types.rbs', line 366 def min_buffer_time_seconds @min_buffer_time_seconds end |
#min_update_period_seconds ⇒ ::Integer
Returns the value of attribute min_update_period_seconds.
367 368 369 |
# File 'sig/types.rbs', line 367 def min_update_period_seconds @min_update_period_seconds end |
#suggested_presentation_delay_seconds ⇒ ::Integer
Returns the value of attribute suggested_presentation_delay_seconds.
368 369 370 |
# File 'sig/types.rbs', line 368 def suggested_presentation_delay_seconds @suggested_presentation_delay_seconds end |