| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
|
|
2
|
|
|
|
|
|
|
package Paws::CloudHSM::DescribeLunaClientResponse; |
|
3
|
1
|
|
|
1
|
|
527
|
use Moose; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
8
|
|
|
4
|
|
|
|
|
|
|
has Certificate => (is => 'ro', isa => 'Str'); |
|
5
|
|
|
|
|
|
|
has CertificateFingerprint => (is => 'ro', isa => 'Str'); |
|
6
|
|
|
|
|
|
|
has ClientArn => (is => 'ro', isa => 'Str'); |
|
7
|
|
|
|
|
|
|
has Label => (is => 'ro', isa => 'Str'); |
|
8
|
|
|
|
|
|
|
has LastModifiedTimestamp => (is => 'ro', isa => 'Str'); |
|
9
|
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
has _request_id => (is => 'ro', isa => 'Str'); |
|
11
|
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
### main pod documentation begin ### |
|
13
|
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=head1 NAME |
|
15
|
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
Paws::CloudHSM::DescribeLunaClientResponse |
|
17
|
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=head1 ATTRIBUTES |
|
19
|
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head2 Certificate => Str |
|
22
|
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
The certificate installed on the HSMs used by this client. |
|
24
|
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head2 CertificateFingerprint => Str |
|
27
|
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
The certificate fingerprint. |
|
29
|
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=head2 ClientArn => Str |
|
32
|
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
The ARN of the client. |
|
34
|
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=head2 Label => Str |
|
37
|
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
The label of the client. |
|
39
|
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
=head2 LastModifiedTimestamp => Str |
|
42
|
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
The date and time the client was last modified. |
|
44
|
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
=head2 _request_id => Str |
|
47
|
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
=cut |
|
50
|
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
1; |