Class: Aws::MediaTailor::Types::ScheduleEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::ScheduleEntry
- Defined in:
- gems/aws-sdk-mediatailor/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.
3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3796 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name, :audiences) SENSITIVE = [] include Aws::Structure end |
#approximate_start_time ⇒ Time
The approximate time that the program will start playing.
3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3796 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name, :audiences) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The ARN of the program.
3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3796 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name, :audiences) SENSITIVE = [] include Aws::Structure end |
#audiences ⇒ Array<String>
The list of audiences defined in ScheduleEntry.
3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3796 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name, :audiences) SENSITIVE = [] include Aws::Structure end |
#channel_name ⇒ String
The name of the channel that uses this schedule.
3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3796 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name, :audiences) SENSITIVE = [] include Aws::Structure end |
#live_source_name ⇒ String
The name of the live source used for the program.
3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3796 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name, :audiences) SENSITIVE = [] include Aws::Structure end |
#program_name ⇒ String
The name of the program.
3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3796 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name, :audiences) SENSITIVE = [] include Aws::Structure end |
#schedule_ad_breaks ⇒ Array<Types::ScheduleAdBreak>
The schedule's ad break properties.
3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3796 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name, :audiences) SENSITIVE = [] include Aws::Structure end |
#schedule_entry_type ⇒ String
The type of schedule entry.
3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3796 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name, :audiences) SENSITIVE = [] include Aws::Structure end |
#source_location_name ⇒ String
The name of the source location.
3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3796 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name, :audiences) SENSITIVE = [] include Aws::Structure end |
#vod_source_name ⇒ String
The name of the VOD source.
3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3796 class ScheduleEntry < Struct.new( :approximate_duration_seconds, :approximate_start_time, :arn, :channel_name, :live_source_name, :program_name, :schedule_ad_breaks, :schedule_entry_type, :source_location_name, :vod_source_name, :audiences) SENSITIVE = [] include Aws::Structure end |