Class: Aws::MediaTailor::Types::RequestOutputItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::RequestOutputItem
- Defined in:
- gems/aws-sdk-mediatailor/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
HttpPackageConfiguration
is used for eachVodSource
.
Instance Attribute Details
#dash_playlist_settings ⇒ Types::DashPlaylistSettings
DASH manifest configuration parameters.
3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3557 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.
3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3557 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
.
3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3557 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
.
3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3557 class RequestOutputItem < Struct.new( :dash_playlist_settings, :hls_playlist_settings, :manifest_name, :source_group) SENSITIVE = [] include Aws::Structure end |