NAME
Paws::SSM::Patch
USAGE
This 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 => { Classification => $value, ..., Vendor => $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->Classification
DESCRIPTION
Represents metadata about a patch.
ATTRIBUTES
Classification => Str
The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).
ContentUrl => Str
The URL where more information can be obtained about the patch.
Description => Str
The description of the patch.
Id => Str
The ID of the patch (this is different than the Microsoft Knowledge Base ID).
KbNumber => Str
The Microsoft Knowledge Base ID of the patch.
Language => Str
The language of the patch if it's language-specific.
MsrcNumber => Str
The ID of the MSRC bulletin the patch is related to.
MsrcSeverity => Str
The severity of the patch (for example Critical, Important, Moderate).
Product => Str
The specific product the patch is applicable for (for example, WindowsServer2016).
ProductFamily => Str
The product family the patch is applicable for (for example, Windows).
ReleaseDate => Str
The date the patch was released.
Title => Str
The title of the patch.
Vendor => Str
The name of the vendor providing the patch.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::SSM
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues