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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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.



10294
10295
10296
10297
10298
10299
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10294

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

#quantityInteger

The number of HTTP header names in the list.

Returns:

  • (Integer)


10294
10295
10296
10297
10298
10299
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10294

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