Class: Aws::CloudFront::Types::ResponseHeadersPolicyRemoveHeadersConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ResponseHeadersPolicyRemoveHeadersConfig
- 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
-
#items ⇒ Array<Types::ResponseHeadersPolicyRemoveHeader>
The list of HTTP header names.
-
#quantity ⇒ Integer
The number of HTTP header names in the list.
Instance Attribute Details
#items ⇒ Array<Types::ResponseHeadersPolicyRemoveHeader>
The list of HTTP header names.
10309 10310 10311 10312 10313 10314 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10309 class ResponseHeadersPolicyRemoveHeadersConfig < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of HTTP header names in the list.
10309 10310 10311 10312 10313 10314 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10309 class ResponseHeadersPolicyRemoveHeadersConfig < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |