RegexPatternSetSummary
public struct RegexPatternSetSummary : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
A friendly name or description of the RegexPatternSet. You can’t change Name after you create a RegexPatternSet.
Declaration
Swift
public let name: String - 
                  
                  
The RegexPatternSetId for a RegexPatternSet. You use RegexPatternSetId to get information about a RegexPatternSet, update a RegexPatternSet, remove a RegexPatternSet from a RegexMatchSet, and delete a RegexPatternSet from AWS WAF. RegexPatternSetId is returned by CreateRegexPatternSet and by ListRegexPatternSets.
Declaration
Swift
public let regexPatternSetId: String - 
                  
                  
Undocumented
Declaration
Swift
public init(name: String, regexPatternSetId: String) 
View on GitHub
        RegexPatternSetSummary Structure Reference