ssm_describe_instance_patch_states_for_patch_group {paws.management} | R Documentation |
Retrieves the high-level patch state for the managed nodes in the specified patch group
Description
Retrieves the high-level patch state for the managed nodes in the specified patch group.
See https://www.paws-r-sdk.com/docs/ssm_describe_instance_patch_states_for_patch_group/ for full documentation.
Usage
ssm_describe_instance_patch_states_for_patch_group(
PatchGroup,
Filters = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
PatchGroup |
[required] The name of the patch group for which the patch state information should be retrieved. |
Filters |
Each entry in the array is a structure containing:
|
NextToken |
The token for the next set of items to return. (You received this token from a previous call.) |
MaxResults |
The maximum number of patches to return (per page). |
[Package paws.management version 0.9.0 Index]