GetRegexMatchSetRequest
public struct GetRegexMatchSetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The RegexMatchSetId of the RegexMatchSet that you want to get. RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.
Declaration
Swift
public let regexMatchSetId: String
-
Undocumented
Declaration
Swift
public init(regexMatchSetId: String)
-
Declaration
Swift
public func validate(name: String) throws