Class: Aws::CloudFront::Types::UpdateResponseHeadersPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateResponseHeadersPolicyRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier for the response headers policy that you are updating.
-
#if_match ⇒ String
The version of the response headers policy that you are updating.
-
#response_headers_policy_config ⇒ Types::ResponseHeadersPolicyConfig
A response headers policy configuration.
Instance Attribute Details
#id ⇒ String
The identifier for the response headers policy that you are updating.
13561 13562 13563 13564 13565 13566 13567 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13561 class UpdateResponseHeadersPolicyRequest < Struct.new( :response_headers_policy_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The version of the response headers policy that you are updating.
The version is returned in the cache policy's ETag
field in the
response to GetResponseHeadersPolicyConfig
.
13561 13562 13563 13564 13565 13566 13567 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13561 class UpdateResponseHeadersPolicyRequest < Struct.new( :response_headers_policy_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#response_headers_policy_config ⇒ Types::ResponseHeadersPolicyConfig
A response headers policy configuration.
13561 13562 13563 13564 13565 13566 13567 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13561 class UpdateResponseHeadersPolicyRequest < Struct.new( :response_headers_policy_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |