ssm_describe_effective_patches_for_patch_baseline {paws.management} | R Documentation |
Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline
Description
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.
Usage
ssm_describe_effective_patches_for_patch_baseline(
BaselineId,
MaxResults = NULL,
NextToken = NULL
)
Arguments
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.) |
[Package paws.management version 0.9.0 Index]