PatchOrchestratorFilter
public struct PatchOrchestratorFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The key for the filter.
Declaration
Swift
public let key: String?
-
The value for the filter.
Declaration
Swift
public let values: [String]?
-
Undocumented
Declaration
Swift
public init(key: String? = nil, values: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws