Class: Aws::MediaTailor::Types::RequestOutputItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::RequestOutputItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
The output configuration for this channel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dash_playlist_settings ⇒ Types::DashPlaylistSettings
DASH manifest configuration parameters.
-
#hls_playlist_settings ⇒ Types::HlsPlaylistSettings
HLS playlist configuration parameters.
-
#manifest_name ⇒ String
The name of the manifest for the channel.
-
#source_group ⇒ String
A string used to match which
HttpPackageConfigurationis used for eachVodSource.
Instance Attribute Details
#dash_playlist_settings ⇒ Types::DashPlaylistSettings
DASH manifest configuration parameters.
5251 5252 5253 5254 5255 5256 5257 5258 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 5251 class RequestOutputItem < Struct.new( :dash_playlist_settings, :hls_playlist_settings, :manifest_name, :source_group) SENSITIVE = [] include Aws::Structure end |
#hls_playlist_settings ⇒ Types::HlsPlaylistSettings
HLS playlist configuration parameters.
5251 5252 5253 5254 5255 5256 5257 5258 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 5251 class RequestOutputItem < Struct.new( :dash_playlist_settings, :hls_playlist_settings, :manifest_name, :source_group) SENSITIVE = [] include Aws::Structure end |
#manifest_name ⇒ String
The name of the manifest for the channel. The name appears in the
PlaybackUrl.
5251 5252 5253 5254 5255 5256 5257 5258 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 5251 class RequestOutputItem < Struct.new( :dash_playlist_settings, :hls_playlist_settings, :manifest_name, :source_group) SENSITIVE = [] include Aws::Structure end |
#source_group ⇒ String
A string used to match which HttpPackageConfiguration is used for
each VodSource.
5251 5252 5253 5254 5255 5256 5257 5258 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 5251 class RequestOutputItem < Struct.new( :dash_playlist_settings, :hls_playlist_settings, :manifest_name, :source_group) SENSITIVE = [] include Aws::Structure end |