Class: Aws::CloudFront::Types::DeleteCachePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteCachePolicyRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier for the cache policy that you are deleting.
-
#if_match ⇒ String
The version of the cache policy that you are deleting.
Instance Attribute Details
#id ⇒ String
The unique identifier for the cache policy that you are deleting. To
get the identifier, you can use ListCachePolicies.
4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4158 class DeleteCachePolicyRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The version of the cache policy that you are deleting. The version
is the cache policy's ETag value, which you can get using
ListCachePolicies, GetCachePolicy, or GetCachePolicyConfig.
4158 4159 4160 4161 4162 4163 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4158 class DeleteCachePolicyRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |