Class: Aws::CloudFront::Types::ResponseHeadersPolicyCustomHeader
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ResponseHeadersPolicyCustomHeader
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
An HTTP response header name and its value. CloudFront includes this header 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
-
#header ⇒ String
The HTTP response header name.
-
#override ⇒ Boolean
A Boolean that determines whether CloudFront overrides a response header with the same name received from the origin with the header specified here.
-
#value ⇒ String
The value for the HTTP response header.
Instance Attribute Details
#header ⇒ String
The HTTP response header name.
10113 10114 10115 10116 10117 10118 10119 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10113 class ResponseHeadersPolicyCustomHeader < Struct.new( :header, :value, :override) SENSITIVE = [] include Aws::Structure end |
#override ⇒ Boolean
A Boolean that determines whether CloudFront overrides a response header with the same name received from the origin with the header specified here.
10113 10114 10115 10116 10117 10118 10119 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10113 class ResponseHeadersPolicyCustomHeader < Struct.new( :header, :value, :override) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value for the HTTP response header.
10113 10114 10115 10116 10117 10118 10119 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10113 class ResponseHeadersPolicyCustomHeader < Struct.new( :header, :value, :override) SENSITIVE = [] include Aws::Structure end |