PropertyPredicate
public struct PropertyPredicate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The comparator used to compare this property to others.
Declaration
Swift
public let comparator: Comparator?
-
The key of the property.
Declaration
Swift
public let key: String?
-
The value of the property.
Declaration
Swift
public let value: String?
-
Undocumented
Declaration
Swift
public init(comparator: Comparator? = nil, key: String? = nil, value: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws