Class: Aws::MediaTailor::Types::ResponseOutputItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::ResponseOutputItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
The output item response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dash_playlist_settings ⇒ Types::DashPlaylistSettings
DASH manifest configuration settings.
-
#hls_playlist_settings ⇒ Types::HlsPlaylistSettings
HLS manifest configuration settings.
-
#manifest_name ⇒ String
The name of the manifest for the channel that will appear in the channel output’s playback URL.
-
#playback_url ⇒ String
The URL used for playback by content players.
-
#source_group ⇒ String
A string used to associate a package configuration source group with a channel output.
Instance Attribute Details
#dash_playlist_settings ⇒ Types::DashPlaylistSettings
DASH manifest configuration settings.
3592 3593 3594 3595 3596 3597 3598 3599 3600 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3592 class ResponseOutputItem < Struct.new( :dash_playlist_settings, :hls_playlist_settings, :manifest_name, :playback_url, :source_group) SENSITIVE = [] include Aws::Structure end |
#hls_playlist_settings ⇒ Types::HlsPlaylistSettings
HLS manifest configuration settings.
3592 3593 3594 3595 3596 3597 3598 3599 3600 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3592 class ResponseOutputItem < Struct.new( :dash_playlist_settings, :hls_playlist_settings, :manifest_name, :playback_url, :source_group) SENSITIVE = [] include Aws::Structure end |
#manifest_name ⇒ String
The name of the manifest for the channel that will appear in the channel output’s playback URL.
3592 3593 3594 3595 3596 3597 3598 3599 3600 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3592 class ResponseOutputItem < Struct.new( :dash_playlist_settings, :hls_playlist_settings, :manifest_name, :playback_url, :source_group) SENSITIVE = [] include Aws::Structure end |
#playback_url ⇒ String
The URL used for playback by content players.
3592 3593 3594 3595 3596 3597 3598 3599 3600 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3592 class ResponseOutputItem < Struct.new( :dash_playlist_settings, :hls_playlist_settings, :manifest_name, :playback_url, :source_group) SENSITIVE = [] include Aws::Structure end |
#source_group ⇒ String
A string used to associate a package configuration source group with a channel output.
3592 3593 3594 3595 3596 3597 3598 3599 3600 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3592 class ResponseOutputItem < Struct.new( :dash_playlist_settings, :hls_playlist_settings, :manifest_name, :playback_url, :source_group) SENSITIVE = [] include Aws::Structure end |