Class: Aws::Types::DashPlaylistSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#manifest_window_seconds::Integer

Returns the value of attribute manifest_window_seconds.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


368
369
370
# File 'sig/types.rbs', line 368

def suggested_presentation_delay_seconds
  @suggested_presentation_delay_seconds
end