NAME
Paws::SSM::GetPatchBaselineResult
ATTRIBUTES
ApprovalRules => Paws::SSM::PatchRuleGroup
A set of rules used to include patches in the baseline.
ApprovedPatches => ArrayRef[Str|Undef]
A list of explicitly approved patches for the baseline.
ApprovedPatchesComplianceLevel => Str
Returns the specified compliance severity level for approved patches in the patch baseline.
Valid values are: "CRITICAL"
, "HIGH"
, "MEDIUM"
, "LOW"
, "INFORMATIONAL"
, "UNSPECIFIED"
=head2 ApprovedPatchesEnableNonSecurity => Bool
Indicates whether the list of approved patches includes non-security updates that should be applied to the instances. The default value is 'false'. Applies to Linux instances only.
BaselineId => Str
The ID of the retrieved patch baseline.
CreatedDate => Str
The date the patch baseline was created.
Description => Str
A description of the patch baseline.
GlobalFilters => Paws::SSM::PatchFilterGroup
A set of global filters used to exclude patches from the baseline.
ModifiedDate => Str
The date the patch baseline was last modified.
Name => Str
The name of the patch baseline.
OperatingSystem => Str
Returns the operating system specified for the patch baseline.
Valid values are: "WINDOWS"
, "AMAZON_LINUX"
, "AMAZON_LINUX_2"
, "UBUNTU"
, "REDHAT_ENTERPRISE_LINUX"
, "SUSE"
, "CENTOS"
, "ORACLE_LINUX"
, "DEBIAN"
, "MACOS"
=head2 PatchGroups => ArrayRef[Str|Undef]
Patch groups included in the patch baseline.
RejectedPatches => ArrayRef[Str|Undef]
A list of explicitly rejected patches for the baseline.
RejectedPatchesAction => Str
The action specified to take on patches included in the RejectedPatches list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.
Valid values are: "ALLOW_AS_DEPENDENCY"
, "BLOCK"
=head2 Sources => ArrayRef[Paws::SSM::PatchSource]
Information about the patches to use to update the instances, including target operating systems and source repositories. Applies to Linux instances only.