AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Defines a filter used in DescribeInstancePatchStatesForPatchGroup to scope down the information returned by the API.

Example: To filter for all managed nodes in a patch group having more than three patches with a FailedCount status, use the following for the filter:

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.InstancePatchStateFilter

Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.SimpleSystemsManagement.dll
Version: 3.x.y.z

Syntax

C#
public class InstancePatchStateFilter

The InstancePatchStateFilter type exposes the following members

Constructors

NameDescription
Public Method InstancePatchStateFilter()

Properties

NameTypeDescription
Public Property Key System.String

Gets and sets the property Key.

The key for the filter. Supported values include the following:

  • InstalledCount

  • InstalledOtherCount

  • InstalledPendingRebootCount

  • InstalledRejectedCount

  • MissingCount

  • FailedCount

  • UnreportedNotApplicableCount

  • NotApplicableCount

Public Property Type Amazon.SimpleSystemsManagement.InstancePatchStateOperatorType

Gets and sets the property Type.

The type of comparison that should be performed for the value.

Public Property Values System.Collections.Generic.List<System.String>

Gets and sets the property Values.

The value for the filter. Must be an integer greater than or equal to 0.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5