/AWS1/CL_SSMDSCEFFECTIVEPATC01¶
DescribeEffectivePatchesForPatchBaselineResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_effectivepatches TYPE /AWS1/CL_SSMEFFECTIVEPATCH=>TT_EFFECTIVEPATCHLIST TT_EFFECTIVEPATCHLIST¶
An array of patches and patch status.
iv_nexttoken TYPE /AWS1/SSMNEXTTOKEN /AWS1/SSMNEXTTOKEN¶
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
Queryable Attributes¶
EffectivePatches¶
An array of patches and patch status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EFFECTIVEPATCHES() |
Getter for EFFECTIVEPATCHES, with configurable default |
ASK_EFFECTIVEPATCHES() |
Getter for EFFECTIVEPATCHES w/ exceptions if field has no va |
HAS_EFFECTIVEPATCHES() |
Determine if EFFECTIVEPATCHES has a value |
NextToken¶
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |