Class: Aws::MediaTailor::Types::ScheduleAdBreak
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::ScheduleAdBreak
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
The schedule’s ad break properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approximate_duration_seconds ⇒ Integer
The approximate duration of the ad break, in seconds.
-
#approximate_start_time ⇒ Time
The approximate time that the ad will start playing.
-
#source_location_name ⇒ String
The name of the source location containing the VOD source used for the ad break.
-
#vod_source_name ⇒ String
The name of the VOD source used for the ad break.
Instance Attribute Details
#approximate_duration_seconds ⇒ Integer
The approximate duration of the ad break, in seconds.
3623 3624 3625 3626 3627 3628 3629 3630 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3623 class ScheduleAdBreak < Struct.new( :approximate_duration_seconds, :approximate_start_time, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#approximate_start_time ⇒ Time
The approximate time that the ad will start playing.
3623 3624 3625 3626 3627 3628 3629 3630 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3623 class ScheduleAdBreak < Struct.new( :approximate_duration_seconds, :approximate_start_time, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#source_location_name ⇒ String
The name of the source location containing the VOD source used for the ad break.
3623 3624 3625 3626 3627 3628 3629 3630 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3623 class ScheduleAdBreak < Struct.new( :approximate_duration_seconds, :approximate_start_time, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#vod_source_name ⇒ String
The name of the VOD source used for the ad break.
3623 3624 3625 3626 3627 3628 3629 3630 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 3623 class ScheduleAdBreak < Struct.new( :approximate_duration_seconds, :approximate_start_time, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |