Class: Aws::MediaTailor::Types::CreateProgramRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::CreateProgramRequest
- Defined in:
- gems/aws-sdk-mediatailor/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.
-
#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.
824 825 826 827 828 829 830 831 832 833 834 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 824 class CreateProgramRequest < Struct.new( :ad_breaks, :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.
824 825 826 827 828 829 830 831 832 833 834 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 824 class CreateProgramRequest < Struct.new( :ad_breaks, :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.
824 825 826 827 828 829 830 831 832 833 834 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 824 class CreateProgramRequest < Struct.new( :ad_breaks, :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.
824 825 826 827 828 829 830 831 832 833 834 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 824 class CreateProgramRequest < Struct.new( :ad_breaks, :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.
824 825 826 827 828 829 830 831 832 833 834 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 824 class CreateProgramRequest < Struct.new( :ad_breaks, :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.
824 825 826 827 828 829 830 831 832 833 834 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 824 class CreateProgramRequest < Struct.new( :ad_breaks, :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.
824 825 826 827 828 829 830 831 832 833 834 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 824 class CreateProgramRequest < Struct.new( :ad_breaks, :channel_name, :live_source_name, :program_name, :schedule_configuration, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |