Class: Aws::MediaTailor::Types::Bumper

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

Overview

The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_urlString

The URL for the end bumper asset.

Returns:

  • (String)


417
418
419
420
421
422
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 417

class Bumper < Struct.new(
  :end_url,
  :start_url)
  SENSITIVE = []
  include Aws::Structure
end

#start_urlString

The URL for the start bumper asset.

Returns:

  • (String)


417
418
419
420
421
422
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 417

class Bumper < Struct.new(
  :end_url,
  :start_url)
  SENSITIVE = []
  include Aws::Structure
end