Class: Aws::MediaTailor::Types::AdDecisionServerConfiguration

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

Overview

Configuration parameters for customizing HTTP requests sent to the ad decision server (ADS). This allows you to specify the HTTP method, headers, request body, and compression settings for ADS requests.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#http_requestTypes::HttpRequest

The HTTP request configuration parameters for the ad decision server.

Returns:



207
208
209
210
211
212
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 207

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

#vast_responseTypes::VastResponse

The settings that control how MediaTailor processes VAST responses from the ad decision server.

Returns:



207
208
209
210
211
212
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 207

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