Regex
public struct Regex : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The string representing the regular expression.
Declaration
Swift
public let regexString: String?
-
Undocumented
Declaration
Swift
public init(regexString: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws