Class: Aws::CloudFront::Types::ResponseHeadersPolicyRemoveHeader

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

Overview

The name of an HTTP header that CloudFront removes from HTTP responses to requests that match the cache behavior that this response headers policy is attached to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#headerString

The HTTP header name.

Returns:

  • (String)


12664
12665
12666
12667
12668
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12664

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