DeleteCachePolicyRequest

public struct DeleteCachePolicyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The unique identifier for the cache policy that you are deleting. To get the identifier, you can use ListCachePolicies.

    Declaration

    Swift

    public let id: 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.

    Declaration

    Swift

    public let ifMatch: String?
  • Undocumented

    Declaration

    Swift

    public init(id: String, ifMatch: String? = nil)