Class: Aws::CloudFront::Types::CreateResponseHeadersPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateResponseHeadersPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#response_headers_policy_config ⇒ Types::ResponseHeadersPolicyConfig
Contains metadata about the response headers policy, and a set of configurations that specify the HTTP headers.
Instance Attribute Details
#response_headers_policy_config ⇒ Types::ResponseHeadersPolicyConfig
Contains metadata about the response headers policy, and a set of configurations that specify the HTTP headers.
2352 2353 2354 2355 2356 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2352 class CreateResponseHeadersPolicyRequest < Struct.new( :response_headers_policy_config) SENSITIVE = [] include Aws::Structure end |