View source: R/ssm_operations.R
ssm_describe_effective_patches_for_patch_baseline | R Documentation |
Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline. Applies to patch baselines for Windows only.
See https://www.paws-r-sdk.com/docs/ssm_describe_effective_patches_for_patch_baseline/ for full documentation.
ssm_describe_effective_patches_for_patch_baseline(
BaselineId,
MaxResults = NULL,
NextToken = NULL
)
BaselineId |
[required] The ID of the patch baseline to retrieve the effective patches for. |
MaxResults |
The maximum number of patches to return (per page). |
NextToken |
The token for the next set of items to return. (You received this token from a previous call.) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.