DeleteOriginRequestPolicyRequest

public struct DeleteOriginRequestPolicyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The unique identifier for the origin request policy that you are deleting. To get the identifier, you can use ListOriginRequestPolicies.

    Declaration

    Swift

    public let id: String
  • The version of the origin request policy that you are deleting. The version is the origin request policy’s ETag value, which you can get using ListOriginRequestPolicies, GetOriginRequestPolicy, or GetOriginRequestPolicyConfig.

    Declaration

    Swift

    public let ifMatch: String?
  • Undocumented

    Declaration

    Swift

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