class Aws::CloudFront::Types::DeleteCachePolicyRequest

@note When making an API call, you may pass DeleteCachePolicyRequest

data as a hash:

    {
      id: "string", # required
      if_match: "string",
    }

@!attribute [rw] id

The unique identifier for the cache policy that you are deleting. To
get the identifier, you can use `ListCachePolicies`.
@return [String]

@!attribute [rw] if_match

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`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteCachePolicyRequest AWS API Documentation

Constants

SENSITIVE