DescribePatchGroupStateResult
public struct DescribePatchGroupStateResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of instances in the patch group.
Declaration
Swift
public let instances: Int?
-
The number of instances with patches from the patch baseline that failed to install.
Declaration
Swift
public let instancesWithFailedPatches: Int?
-
The number of instances with patches installed that aren’t defined in the patch baseline.
Declaration
Swift
public let instancesWithInstalledOtherPatches: Int?
-
The number of instances with installed patches.
Declaration
Swift
public let instancesWithInstalledPatches: Int?
-
The number of instances with patches installed by Patch Manager that have not been rebooted after the patch installation. The status of these instances is NON_COMPLIANT.
Declaration
Swift
public let instancesWithInstalledPendingRebootPatches: Int?
-
The number of instances with patches installed that are specified in a RejectedPatches list. Patches with a status of INSTALLED_REJECTED were typically installed before they were added to a RejectedPatches list. If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstancesWithInstalledRejectedPatches will always be 0 (zero).
Declaration
Swift
public let instancesWithInstalledRejectedPatches: Int?
-
The number of instances with missing patches from the patch baseline.
Declaration
Swift
public let instancesWithMissingPatches: Int?
-
The number of instances with patches that aren’t applicable.
Declaration
Swift
public let instancesWithNotApplicablePatches: Int?
-
The number of instances with NotApplicable patches beyond the supported limit, which are not reported by name to Systems Manager Inventory.
Declaration
Swift
public let instancesWithUnreportedNotApplicablePatches: Int?
-
init(instances:instancesWithFailedPatches:instancesWithInstalledOtherPatches:instancesWithInstalledPatches:instancesWithInstalledPendingRebootPatches:instancesWithInstalledRejectedPatches:instancesWithMissingPatches:instancesWithNotApplicablePatches:instancesWithUnreportedNotApplicablePatches:)
Undocumented
Declaration
Swift
public init(instances: Int? = nil, instancesWithFailedPatches: Int? = nil, instancesWithInstalledOtherPatches: Int? = nil, instancesWithInstalledPatches: Int? = nil, instancesWithInstalledPendingRebootPatches: Int? = nil, instancesWithInstalledRejectedPatches: Int? = nil, instancesWithMissingPatches: Int? = nil, instancesWithNotApplicablePatches: Int? = nil, instancesWithUnreportedNotApplicablePatches: Int? = nil)