UpdateRegexPatternSetResponse

public struct UpdateRegexPatternSetResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A token used for optimistic locking. AWS WAF returns this token to your update requests. You use NextLockToken in the same manner as you use LockToken.

    Declaration

    Swift

    public let nextLockToken: String?
  • Undocumented

    Declaration

    Swift

    public init(nextLockToken: String? = nil)