RegexMatchSetSummary
public struct RegexMatchSetSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A friendly name or description of the RegexMatchSet. You can’t change Name after you create a RegexMatchSet.
Declaration
Swift
public let name: String
-
The RegexMatchSetId for a RegexMatchSet. You use RegexMatchSetId to get information about a RegexMatchSet, update a RegexMatchSet, remove a RegexMatchSet from a Rule, and delete a RegexMatchSet from AWS WAF. RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.
Declaration
Swift
public let regexMatchSetId: String
-
Undocumented
Declaration
Swift
public init(name: String, regexMatchSetId: String)