Learn R Programming

paws.management (version 0.1.12)

ssm_describe_patch_group_state: Returns high-level aggregated patch compliance state for a patch group

Description

Returns high-level aggregated patch compliance state for a patch group.

Usage

ssm_describe_patch_group_state(PatchGroup)

Value

A list with the following syntax:

list(
  Instances = 123,
  InstancesWithInstalledPatches = 123,
  InstancesWithInstalledOtherPatches = 123,
  InstancesWithInstalledPendingRebootPatches = 123,
  InstancesWithInstalledRejectedPatches = 123,
  InstancesWithMissingPatches = 123,
  InstancesWithFailedPatches = 123,
  InstancesWithNotApplicablePatches = 123,
  InstancesWithUnreportedNotApplicablePatches = 123
)

Arguments

PatchGroup

[required] The name of the patch group whose patch snapshot should be retrieved.

Request syntax

svc$describe_patch_group_state(
  PatchGroup = "string"
)