Class: Aws::MediaTailor::Types::PreRollAdDecisionServerConfiguration

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

Overview

The ad decision server configuration for live pre-roll ads. It contains settings that control how MediaTailor processes VAST responses for pre-roll ad breaks.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vast_responseTypes::PreRollVastResponse

The settings that control how MediaTailor processes VAST responses for live pre-roll ad breaks.



4181
4182
4183
4184
4185
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4181

class PreRollAdDecisionServerConfiguration < Struct.new(
  :vast_response)
  SENSITIVE = []
  include Aws::Structure
end