![]() |
![]()
| ![]() |
![]()
NAMEPaws::SSM::Patch USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::SSM::Patch object: $service_obj->Method(Att1 => { AdvisoryIds => $value, ..., Version => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SSM::Patch object: $result = $service_obj->Method(...); $result->Att1->AdvisoryIds DESCRIPTIONRepresents metadata about a patch. ATTRIBUTESAdvisoryIds => ArrayRef[Str|Undef]The Advisory ID of the patch. For example, "RHSA-2020:3779". Applies to Linux-based instances only. Arch => StrThe architecture of the patch. For example, in "example-pkg-0.710.10-2.7.abcd.x86_64", the architecture is indicated by "x86_64". Applies to Linux-based instances only. BugzillaIds => ArrayRef[Str|Undef]The Bugzilla ID of the patch. For example, 1600646. Applies to Linux-based instances only. Classification => StrThe classification of the patch. For example, "SecurityUpdates", "Updates", or "CriticalUpdates". ContentUrl => StrThe URL where more information can be obtained about the patch. CVEIds => ArrayRef[Str|Undef]The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example, "CVE-2011-3192". Applies to Linux-based instances only. Description => StrThe description of the patch. Epoch => IntThe epoch of the patch. For example in "pkg-example-EE-20180914-2.2.amzn1.noarch", the epoch value is "20180914-2". Applies to Linux-based instances only. Id => StrThe ID of the patch. Applies to Windows patches only. This ID is not the same as the Microsoft Knowledge Base ID. KbNumber => StrThe Microsoft Knowledge Base ID of the patch. Applies to Windows patches only. Language => StrThe language of the patch if it's language-specific. MsrcNumber => StrThe ID of the Microsoft Security Response Center (MSRC) bulletin the patch is related to. For example, "MS14-045". Applies to Windows patches only. MsrcSeverity => StrThe severity of the patch, such as "Critical", "Important", or "Moderate". Applies to Windows patches only. Name => StrThe name of the patch. Applies to Linux-based instances only. Product => StrThe specific product the patch is applicable for. For example, "WindowsServer2016" or "AmazonLinux2018.03". ProductFamily => StrThe product family the patch is applicable for. For example, "Windows" or "Amazon Linux 2". Release => StrThe particular release of a patch. For example, in "pkg-example-EE-20180914-2.2.amzn1.noarch", the release is "2.amaz1". Applies to Linux-based instances only. ReleaseDate => StrThe date the patch was released. Repository => StrThe source patch repository for the operating system and version, such as "trusty-security" for Ubuntu Server 14.04 LTE and "focal-security" for Ubuntu Server 20.04 LTE. Applies to Linux-based instances only. Severity => StrThe severity level of the patch. For example, "CRITICAL" or "MODERATE". Title => StrThe title of the patch. Vendor => StrThe name of the vendor providing the patch. Version => StrThe version number of the patch. For example, in "example-pkg-1.710.10-2.7.abcd.x86_64", the version number is indicated by -1. Applies to Linux-based instances only. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SSM BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|