Class: Aws::MediaTailor::Types::ScheduleAdBreak

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

Overview

The schedule's ad break properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_duration_secondsInteger

The approximate duration of the ad break, in seconds.

Returns:

  • (Integer)


3623
3624
3625
3626
3627
3628
3629
3630
# File 'gems/aws-sdk-mediatailor/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_timeTime

The approximate time that the ad will start playing.

Returns:

  • (Time)


3623
3624
3625
3626
3627
3628
3629
3630
# File 'gems/aws-sdk-mediatailor/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_nameString

The name of the source location containing the VOD source used for the ad break.

Returns:

  • (String)


3623
3624
3625
3626
3627
3628
3629
3630
# File 'gems/aws-sdk-mediatailor/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_nameString

The name of the VOD source used for the ad break.

Returns:

  • (String)


3623
3624
3625
3626
3627
3628
3629
3630
# File 'gems/aws-sdk-mediatailor/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