Class: Aws::CloudFront::Types::ResponseHeadersPolicyCustomHeadersConfig

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

Overview

A list of HTTP response header names and their values. CloudFront includes these headers in HTTP responses that it sends for requests that match a cache behavior that’s associated with this response headers policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ResponseHeadersPolicyCustomHeader>

The list of HTTP response headers and their values.



10121
10122
10123
10124
10125
10126
# File 'lib/aws-sdk-cloudfront/types.rb', line 10121

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

#quantityInteger

The number of HTTP response headers in the list.

Returns:

  • (Integer)


10121
10122
10123
10124
10125
10126
# File 'lib/aws-sdk-cloudfront/types.rb', line 10121

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