NAME
Paws::SSM::GetPatchBaseline - Arguments for method GetPatchBaseline on Paws::SSM
DESCRIPTION
This class represents the parameters used for calling the method GetPatchBaseline on the Amazon Simple Systems Manager (SSM) service. Use the attributes of this class as arguments to method GetPatchBaseline.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to GetPatchBaseline.
SYNOPSIS
my $ssm = Paws->service('SSM');
my $GetPatchBaselineResult = $ssm->GetPatchBaseline(
BaselineId => 'MyBaselineId',
);
# Results:
my $ApprovalRules = $GetPatchBaselineResult->ApprovalRules;
my $ApprovedPatches = $GetPatchBaselineResult->ApprovedPatches;
my $ApprovedPatchesComplianceLevel =
$GetPatchBaselineResult->ApprovedPatchesComplianceLevel;
my $ApprovedPatchesEnableNonSecurity =
$GetPatchBaselineResult->ApprovedPatchesEnableNonSecurity;
my $BaselineId = $GetPatchBaselineResult->BaselineId;
my $CreatedDate = $GetPatchBaselineResult->CreatedDate;
my $Description = $GetPatchBaselineResult->Description;
my $GlobalFilters = $GetPatchBaselineResult->GlobalFilters;
my $ModifiedDate = $GetPatchBaselineResult->ModifiedDate;
my $Name = $GetPatchBaselineResult->Name;
my $OperatingSystem = $GetPatchBaselineResult->OperatingSystem;
my $PatchGroups = $GetPatchBaselineResult->PatchGroups;
my $RejectedPatches = $GetPatchBaselineResult->RejectedPatches;
my $RejectedPatchesAction = $GetPatchBaselineResult->RejectedPatchesAction;
my $Sources = $GetPatchBaselineResult->Sources;
# Returns a L<Paws::SSM::GetPatchBaselineResult> object.
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/ssm/GetPatchBaseline
ATTRIBUTES
REQUIRED BaselineId => Str
The ID of the patch baseline to retrieve.
SEE ALSO
This class forms part of Paws, documenting arguments for method GetPatchBaseline 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