Class: Aws::MediaTailor::Types::UpdateChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::UpdateChannelRequest
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_name ⇒ String
The name of the channel.
-
#filler_slate ⇒ Types::SlateSource
The slate used to fill gaps between programs in the schedule.
-
#outputs ⇒ Array<Types::RequestOutputItem>
The channel's output properties.
Instance Attribute Details
#channel_name ⇒ String
The name of the channel.
3867 3868 3869 3870 3871 3872 3873 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3867 class UpdateChannelRequest < Struct.new( :channel_name, :filler_slate, :outputs) SENSITIVE = [] include Aws::Structure end |
#filler_slate ⇒ Types::SlateSource
The slate used to fill gaps between programs in the schedule. You
must configure filler slate if your channel uses the LINEAR
PlaybackMode
. MediaTailor doesn't support filler slate for
channels using the LOOP
PlaybackMode
.
3867 3868 3869 3870 3871 3872 3873 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3867 class UpdateChannelRequest < Struct.new( :channel_name, :filler_slate, :outputs) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Array<Types::RequestOutputItem>
The channel's output properties.
3867 3868 3869 3870 3871 3872 3873 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3867 class UpdateChannelRequest < Struct.new( :channel_name, :filler_slate, :outputs) SENSITIVE = [] include Aws::Structure end |