Class: Aws::CloudFront::Types::ResponseHeadersPolicyCustomHeadersConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ResponseHeadersPolicyCustomHeadersConfig
- Defined in:
- gems/aws-sdk-cloudfront/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
-
#items ⇒ Array<Types::ResponseHeadersPolicyCustomHeader>
The list of HTTP response headers and their values.
-
#quantity ⇒ Integer
The number of HTTP response headers in the list.
Instance Attribute Details
#items ⇒ Array<Types::ResponseHeadersPolicyCustomHeader>
The list of HTTP response headers and their values.
10136 10137 10138 10139 10140 10141 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10136 class ResponseHeadersPolicyCustomHeadersConfig < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of HTTP response headers in the list.
10136 10137 10138 10139 10140 10141 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10136 class ResponseHeadersPolicyCustomHeadersConfig < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |