Lists all patch groups that have been registered with patch baselines.
ssm_describe_patch_groups(MaxResults, Filters, NextToken)The maximum number of patch groups to return (per page).
One or more filters. Use a filter to return a more specific list of results.
The token for the next set of items to return. (You received this token from a previous call.)
svc$describe_patch_groups(
MaxResults = 123,
Filters = list(
list(
Key = "string",
Values = list(
"string"
)
)
),
NextToken = "string"
)