DeleteRegexMatchSetRequest

public struct DeleteRegexMatchSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The value returned by the most recent call to GetChangeToken.

    Declaration

    Swift

    public let changeToken: String
  • The RegexMatchSetId of the RegexMatchSet that you want to delete. RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.

    Declaration

    Swift

    public let regexMatchSetId: String
  • Undocumented

    Declaration

    Swift

    public init(changeToken: String, regexMatchSetId: String)
  • Declaration

    Swift

    public func validate(name: String) throws