Class: Aws::MediaTailor::Types::TimeShiftConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::TimeShiftConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
The configuration for time-shifted viewing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_time_delay_seconds ⇒ Integer
The maximum time delay for time-shifted viewing.
Instance Attribute Details
#max_time_delay_seconds ⇒ Integer
The maximum time delay for time-shifted viewing. The minimum allowed maximum time delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6 hours).
4055 4056 4057 4058 4059 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 4055 class TimeShiftConfiguration < Struct.new( :max_time_delay_seconds) SENSITIVE = [] include Aws::Structure end |