PatchFilter

public struct PatchFilter : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    The key for the filter. Run the DescribePatchProperties command to view lists of valid keys for each operating system type.

    Declaration

    Swift

    public let key: PatchFilterKey
  • The value for the filter key. Run the DescribePatchProperties command to view lists of valid values for each key based on operating system type.

    Declaration

    Swift

    public let values: [String]
  • Undocumented

    Declaration

    Swift

    public init(key: PatchFilterKey, values: [String])
  • Declaration

    Swift

    public func validate(name: String) throws