Class: Aws::CloudFront::Types::ResponseHeadersPolicyRemoveHeadersConfig

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

Overview

A list of HTTP header names 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

#itemsArray<Types::ResponseHeadersPolicyRemoveHeader>

The list of HTTP header names.



10307
10308
10309
10310
10311
10312
# File 'lib/aws-sdk-cloudfront/types.rb', line 10307

class ResponseHeadersPolicyRemoveHeadersConfig < Struct.new(
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#quantityInteger

The number of HTTP header names in the list.

Returns:

  • (Integer)


10307
10308
10309
10310
10311
10312
# File 'lib/aws-sdk-cloudfront/types.rb', line 10307

class ResponseHeadersPolicyRemoveHeadersConfig < Struct.new(
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end