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.
3645 3646 3647 3648 3649 3650 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3645 class ScheduleConfiguration < Struct.new( :clip_range, :transition) SENSITIVE = [] include Aws::Structure end |
#transition ⇒ Types::Transition
Program transition configurations.
3645 3646 3647 3648 3649 3650 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3645 class ScheduleConfiguration < Struct.new( :clip_range, :transition) SENSITIVE = [] include Aws::Structure end |