Class: Aws::MediaTailor::Types::PreRollAdDecisionServerConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::PreRollAdDecisionServerConfiguration
- 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
-
#vast_response ⇒ Types::PreRollVastResponse
The settings that control how MediaTailor processes VAST responses for live pre-roll ad breaks.
Instance Attribute Details
#vast_response ⇒ Types::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 |