NumberAttributeConstraintsType
public struct NumberAttributeConstraintsType : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The maximum value of an attribute that is of the number data type.
Declaration
Swift
public let maxValue: String? - 
                  
                  
The minimum value of an attribute that is of the number data type.
Declaration
Swift
public let minValue: String? - 
                  
                  
Undocumented
Declaration
Swift
public init(maxValue: String? = nil, minValue: String? = nil) 
View on GitHub
        NumberAttributeConstraintsType Structure Reference