GetRegexPatternSetResponse

public struct GetRegexPatternSetResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Information about the RegexPatternSet that you specified in the GetRegexPatternSet request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for.

    Declaration

    Swift

    public let regexPatternSet: RegexPatternSet?
  • Undocumented

    Declaration

    Swift

    public init(regexPatternSet: RegexPatternSet? = nil)