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.
Instance Attribute Details
#http_request ⇒ Types::HttpRequest
The HTTP request configuration parameters for the ad decision server.
202 203 204 205 206 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 202 class AdDecisionServerConfiguration < Struct.new( :http_request) SENSITIVE = [] include Aws::Structure end |