Class: Aws::MediaTailor::Types::CreateProgramRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ad_breaksArray<Types::AdBreak>

The ad break configuration settings.

Returns:



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_nameString

The name of the channel for this Program.

Returns:

  • (String)


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_nameString

The name of the LiveSource for this Program.

Returns:

  • (String)


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_nameString

The name of the Program.

Returns:

  • (String)


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_configurationTypes::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_nameString

The name of the source location.

Returns:

  • (String)


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_nameString

The name that's used to refer to a VOD source.

Returns:

  • (String)


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