Class: Aws::MediaTailor::Types::CreateProgramRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::CreateProgramRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ad_breaks ⇒ Array<Types::AdBreak>
The ad break configuration settings.
-
#audience_media ⇒ Array<Types::AudienceMedia>
The list of AudienceMedia defined in program.
-
#channel_name ⇒ String
The name of the channel for this Program.
-
#live_source_name ⇒ String
The name of the LiveSource for this Program.
-
#program_name ⇒ String
The name of the Program.
-
#schedule_configuration ⇒ Types::ScheduleConfiguration
The schedule configuration settings.
-
#source_location_name ⇒ String
The name of the source location.
-
#vod_source_name ⇒ String
The name that’s used to refer to a VOD source.
Instance Attribute Details
#ad_breaks ⇒ Array<Types::AdBreak>
The ad break configuration settings.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1005 class CreateProgramRequest < Struct.new( :ad_breaks, :audience_media, :channel_name, :live_source_name, :program_name, :schedule_configuration, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#audience_media ⇒ Array<Types::AudienceMedia>
The list of AudienceMedia defined in program.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1005 class CreateProgramRequest < Struct.new( :ad_breaks, :audience_media, :channel_name, :live_source_name, :program_name, :schedule_configuration, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#channel_name ⇒ String
The name of the channel for this Program.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1005 class CreateProgramRequest < Struct.new( :ad_breaks, :audience_media, :channel_name, :live_source_name, :program_name, :schedule_configuration, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#live_source_name ⇒ String
The name of the LiveSource for this Program.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1005 class CreateProgramRequest < Struct.new( :ad_breaks, :audience_media, :channel_name, :live_source_name, :program_name, :schedule_configuration, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#program_name ⇒ String
The name of the Program.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1005 class CreateProgramRequest < Struct.new( :ad_breaks, :audience_media, :channel_name, :live_source_name, :program_name, :schedule_configuration, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#schedule_configuration ⇒ Types::ScheduleConfiguration
The schedule configuration settings.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1005 class CreateProgramRequest < Struct.new( :ad_breaks, :audience_media, :channel_name, :live_source_name, :program_name, :schedule_configuration, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#source_location_name ⇒ String
The name of the source location.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1005 class CreateProgramRequest < Struct.new( :ad_breaks, :audience_media, :channel_name, :live_source_name, :program_name, :schedule_configuration, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#vod_source_name ⇒ String
The name that’s used to refer to a VOD source.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1005 class CreateProgramRequest < Struct.new( :ad_breaks, :audience_media, :channel_name, :live_source_name, :program_name, :schedule_configuration, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |