Class: Aws::MediaTailor::Types::UpdateChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::UpdateChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audiences ⇒ Array<String>
The list of audiences defined in channel.
-
#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.
-
#time_shift_configuration ⇒ Types::TimeShiftConfiguration
The time-shifted viewing configuration you want to associate to the channel.
Instance Attribute Details
#audiences ⇒ Array<String>
The list of audiences defined in channel.
4183 4184 4185 4186 4187 4188 4189 4190 4191 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 4183 class UpdateChannelRequest < Struct.new( :audiences, :channel_name, :filler_slate, :outputs, :time_shift_configuration) SENSITIVE = [] include Aws::Structure end |
#channel_name ⇒ String
The name of the channel.
4183 4184 4185 4186 4187 4188 4189 4190 4191 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 4183 class UpdateChannelRequest < Struct.new( :audiences, :channel_name, :filler_slate, :outputs, :time_shift_configuration) 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`.
4183 4184 4185 4186 4187 4188 4189 4190 4191 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 4183 class UpdateChannelRequest < Struct.new( :audiences, :channel_name, :filler_slate, :outputs, :time_shift_configuration) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Array<Types::RequestOutputItem>
The channel’s output properties.
4183 4184 4185 4186 4187 4188 4189 4190 4191 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 4183 class UpdateChannelRequest < Struct.new( :audiences, :channel_name, :filler_slate, :outputs, :time_shift_configuration) SENSITIVE = [] include Aws::Structure end |
#time_shift_configuration ⇒ Types::TimeShiftConfiguration
The time-shifted viewing configuration you want to associate to the channel.
4183 4184 4185 4186 4187 4188 4189 4190 4191 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 4183 class UpdateChannelRequest < Struct.new( :audiences, :channel_name, :filler_slate, :outputs, :time_shift_configuration) SENSITIVE = [] include Aws::Structure end |