InstancePatchStateFilter
public struct InstancePatchStateFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The key for the filter. Supported values are FailedCount, InstalledCount, InstalledOtherCount, MissingCount and NotApplicableCount.
Declaration
Swift
public let key: String
-
The type of comparison that should be performed for the value: Equal, NotEqual, LessThan or GreaterThan.
Declaration
Swift
public let type: InstancePatchStateOperatorType
-
The value for the filter, must be an integer greater than or equal to 0.
Declaration
Swift
public let values: [String]
-
Undocumented
Declaration
Swift
public init(key: String, type: InstancePatchStateOperatorType, values: [String])
-
Declaration
Swift
public func validate(name: String) throws