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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


9945
9946
9947
9948
9949
# File 'lib/aws-sdk-cloudfront/types.rb', line 9945

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