Class: Aws::MediaTailor::Types::ScheduleConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::ScheduleConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
Schedule configuration parameters. A channel must be stopped before changes can be made to the schedule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#clip_range ⇒ Types::ClipRange
Program clip range configuration.
-
#transition ⇒ Types::Transition
Program transition configurations.
Instance Attribute Details
#clip_range ⇒ Types::ClipRange
Program clip range configuration.
5345 5346 5347 5348 5349 5350 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 5345 class ScheduleConfiguration < Struct.new( :transition, :clip_range) SENSITIVE = [] include Aws::Structure end |
#transition ⇒ Types::Transition
Program transition configurations.
5345 5346 5347 5348 5349 5350 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 5345 class ScheduleConfiguration < Struct.new( :transition, :clip_range) SENSITIVE = [] include Aws::Structure end |