Class: Aws::MediaTailor::Types::AdDecisionServerConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::AdDecisionServerConfiguration
- 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
-
#http_request ⇒ Types::HttpRequest
The HTTP request configuration parameters for the ad decision server.
-
#vast_response ⇒ Types::VastResponse
The settings that control how MediaTailor processes VAST responses from the ad decision server.
Instance Attribute Details
#http_request ⇒ Types::HttpRequest
The HTTP request configuration parameters for the ad decision server.
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_response ⇒ Types::VastResponse
The settings that control how MediaTailor processes VAST responses from the ad decision server.
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 |