paws.management (version 0.1.0)

ssm_describe_patch_groups: Lists all patch groups that have been registered with patch baselines

Description

Lists all patch groups that have been registered with patch baselines.

Usage

ssm_describe_patch_groups(MaxResults, Filters, NextToken)

Arguments

MaxResults

The maximum number of patch groups to return (per page).

Filters

One or more filters. Use a filter to return a more specific list of results.

NextToken

The token for the next set of items to return. (You received this token from a previous call.)

Request syntax

svc$describe_patch_groups(
  MaxResults = 123,
  Filters = list(
    list(
      Key = "string",
      Values = list(
        "string"
      )
    )
  ),
  NextToken = "string"
)