Rule
public struct Rule : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The minimum and maximum parameters that are associated with the rule.
Declaration
Swift
public let parameters: [String : String]?
-
The type of attribute validation rule.
Declaration
Swift
public let type: RuleType?
-
Undocumented
Declaration
Swift
public init(parameters: [String : String]? = nil, type: RuleType? = nil)