line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
|
2
|
|
|
|
|
|
|
package Paws::SSM::DescribePatchGroupsResult; |
3
|
1
|
|
|
1
|
|
293
|
use Moose; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
5
|
|
4
|
|
|
|
|
|
|
has Mappings => (is => 'ro', isa => 'ArrayRef[Paws::SSM::PatchGroupPatchBaselineMapping]'); |
5
|
|
|
|
|
|
|
has NextToken => (is => 'ro', isa => 'Str'); |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
has _request_id => (is => 'ro', isa => 'Str'); |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
### main pod documentation begin ### |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 NAME |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
Paws::SSM::DescribePatchGroupsResult |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 ATTRIBUTES |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=head2 Mappings => ArrayRef[L<Paws::SSM::PatchGroupPatchBaselineMapping>] |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
Each entry in the array contains: |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
PatchGroup: string (between 1 and 256 characters, Regex: |
23
|
|
|
|
|
|
|
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$) |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
PatchBaselineIdentity: A PatchBaselineIdentity element. |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head2 NextToken => Str |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
The token to use when requesting the next set of items. If there are no |
31
|
|
|
|
|
|
|
additional items to return, the string is empty. |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=head2 _request_id => Str |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=cut |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
1; |