Class: Aws::CloudFront::Types::CreateResponseHeadersPolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#response_headers_policy_configTypes::ResponseHeadersPolicyConfig

Contains metadata about the response headers policy, and a set of configurations that specify the HTTP headers.



2350
2351
2352
2353
2354
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2350

class CreateResponseHeadersPolicyRequest < Struct.new(
  :response_headers_policy_config)
  SENSITIVE = []
  include Aws::Structure
end