GetRegexMatchSetResponse
public struct GetRegexMatchSetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the RegexMatchSet that you specified in the GetRegexMatchSet request. For more information, see RegexMatchTuple.
Declaration
Swift
public let regexMatchSet: RegexMatchSet? -
Undocumented
Declaration
Swift
public init(regexMatchSet: RegexMatchSet? = nil)
View on GitHub
GetRegexMatchSetResponse Structure Reference