package Paws::SSM::RegisterPatchBaselineForPatchGroupResult; use Moose; has BaselineId => (is => 'ro', isa => 'Str'); has PatchGroup => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SSM::RegisterPatchBaselineForPatchGroupResult =head1 ATTRIBUTES =head2 BaselineId => Str The ID of the patch baseline the patch group was registered with. =head2 PatchGroup => Str The name of the patch group registered with the patch baseline. =head2 _request_id => Str =cut 1;