StringAttributeConstraintsType
public struct StringAttributeConstraintsType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum length.
Declaration
Swift
public let maxLength: String? -
The minimum length.
Declaration
Swift
public let minLength: String? -
Undocumented
Declaration
Swift
public init(maxLength: String? = nil, minLength: String? = nil)
View on GitHub
StringAttributeConstraintsType Structure Reference