Criterion
public struct Criterion : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A “contains” operator to match for the filter used to create the rule.
Declaration
Swift
public let contains: [String]?
-
An “equals” operator to match for the filter used to create the rule.
Declaration
Swift
public let eq: [String]?
-
An “exists” operator to match for the filter used to create the rule.
Declaration
Swift
public let exists: Bool?
-
A “not equals” operator to match for the filter used to create the rule.
Declaration
Swift
public let neq: [String]?
-
Undocumented
Declaration
Swift
public init(contains: [String]? = nil, eq: [String]? = nil, exists: Bool? = nil, neq: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws