/AWS1/CL_SSMINSTPATCHSTATEFILT¶
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:
-
Value for
Key:FailedCount -
Value for
Type:GreaterThan -
Value for
Values:3
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_key TYPE /AWS1/SSMINSTPATCHSTATEFILTKEY /AWS1/SSMINSTPATCHSTATEFILTKEY¶
The key for the filter. Supported values include the following:
InstalledCount
InstalledOtherCount
InstalledPendingRebootCount
InstalledRejectedCount
MissingCount
FailedCount
UnreportedNotApplicableCount
NotApplicableCount
it_values TYPE /AWS1/CL_SSMINSTPATCHSTATEFI00=>TT_INSTPATCHSTATEFILTERVALUES TT_INSTPATCHSTATEFILTERVALUES¶
The value for the filter. Must be an integer greater than or equal to 0.
iv_type TYPE /AWS1/SSMINSTPATCHSTATEOPTYPE /AWS1/SSMINSTPATCHSTATEOPTYPE¶
The type of comparison that should be performed for the value.
Queryable Attributes¶
Key¶
The key for the filter. Supported values include the following:
InstalledCount
InstalledOtherCount
InstalledPendingRebootCount
InstalledRejectedCount
MissingCount
FailedCount
UnreportedNotApplicableCount
NotApplicableCount
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
Values¶
The value for the filter. Must be an integer greater than or equal to 0.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUES() |
Getter for VALUES, with configurable default |
ASK_VALUES() |
Getter for VALUES w/ exceptions if field has no value |
HAS_VALUES() |
Determine if VALUES has a value |
Type¶
The type of comparison that should be performed for the value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INSTPATCHSTATEFILTERLIST¶
TYPES TT_INSTPATCHSTATEFILTERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSMINSTPATCHSTATEFILT WITH DEFAULT KEY
.