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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



4286
4287
4288
4289
4290
# File 'lib/aws-sdk-mediatailor/types.rb', line 4286

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