Class: Aws::MediaTailor::Types::ScheduleEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::ScheduleEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
The properties for a schedule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approximate_duration_seconds ⇒ Integer
The approximate duration of this program, in seconds.
-
#approximate_start_time ⇒ Time
The approximate time that the program will start playing.
-
#arn ⇒ String
The ARN of the program.
-
#audiences ⇒ Array<String>
The list of audiences defined in ScheduleEntry.
-
#channel_name ⇒ String
The name of the channel that uses this schedule.
-
#live_source_name ⇒ String
The name of the live source used for the program.
-
#program_name ⇒ String
The name of the program.
-
#schedule_ad_breaks ⇒ Array<Types::ScheduleAdBreak>
The schedule’s ad break properties.
-
#schedule_entry_type ⇒ String
The type of schedule entry.
-
#source_location_name ⇒ String
The name of the source location.
-
#vod_source_name ⇒ String
The name of the VOD source.
Instance Attribute Details
#approximate_duration_seconds ⇒ Integer
The approximate duration of this program, in seconds.
3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3700 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :audiences, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#approximate_start_time ⇒ Time
The approximate time that the program will start playing.
3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3700 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :audiences, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The ARN of the program.
3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3700 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :audiences, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#audiences ⇒ Array<String>
The list of audiences defined in ScheduleEntry.
3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3700 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :audiences, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#channel_name ⇒ String
The name of the channel that uses this schedule.
3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3700 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :audiences, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#live_source_name ⇒ String
The name of the live source used for the program.
3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3700 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :audiences, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#program_name ⇒ String
The name of the program.
3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3700 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :audiences, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#schedule_ad_breaks ⇒ Array<Types::ScheduleAdBreak>
The schedule’s ad break properties.
3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3700 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :audiences, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#schedule_entry_type ⇒ String
The type of schedule entry.
3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3700 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :audiences, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#source_location_name ⇒ String
The name of the source location.
3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3700 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :audiences, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#vod_source_name ⇒ String
The name of the VOD source.
3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3700 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :audiences, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |