OptionRestrictionRegex
public struct OptionRestrictionRegex : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A unique name representing this regular expression.
Declaration
Swift
public let label: String? -
The regular expression pattern that a string configuration option value with this restriction must match.
Declaration
Swift
public let pattern: String? -
Undocumented
Declaration
Swift
public init(label: String? = nil, pattern: String? = nil)
View on GitHub
OptionRestrictionRegex Structure Reference