Class: Aws::CloudFront::Types::UpdateCachePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateCachePolicyRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_policy_config ⇒ Types::CachePolicyConfig
A cache policy configuration.
-
#id ⇒ String
The unique identifier for the cache policy that you are updating.
-
#if_match ⇒ String
The version of the cache policy that you are updating.
Instance Attribute Details
#cache_policy_config ⇒ Types::CachePolicyConfig
A cache policy configuration.
12952 12953 12954 12955 12956 12957 12958 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12952 class UpdateCachePolicyRequest < Struct.new( :cache_policy_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the cache policy that you are updating.
The identifier is returned in a cache behavior's CachePolicyId
field in the response to GetDistributionConfig
.
12952 12953 12954 12955 12956 12957 12958 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12952 class UpdateCachePolicyRequest < Struct.new( :cache_policy_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The version of the cache policy that you are updating. The version
is returned in the cache policy's ETag
field in the response to
GetCachePolicyConfig
.
12952 12953 12954 12955 12956 12957 12958 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12952 class UpdateCachePolicyRequest < Struct.new( :cache_policy_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |