| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
|
|
2
|
|
|
|
|
|
|
package Paws::CloudDirectory::GetTypedLinkFacetInformationResponse; |
|
3
|
1
|
|
|
1
|
|
592
|
use Moose; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
8
|
|
|
4
|
|
|
|
|
|
|
has IdentityAttributeOrder => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); |
|
5
|
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
has _request_id => (is => 'ro', isa => 'Str'); |
|
7
|
|
|
|
|
|
|
1; |
|
8
|
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
### main pod documentation begin ### |
|
10
|
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 NAME |
|
12
|
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
Paws::CloudDirectory::GetTypedLinkFacetInformationResponse |
|
14
|
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 ATTRIBUTES |
|
16
|
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=head2 IdentityAttributeOrder => ArrayRef[Str|Undef] |
|
19
|
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
The order of identity attributes for the facet, from most significant |
|
21
|
|
|
|
|
|
|
to least significant. The ability to filter typed links considers the |
|
22
|
|
|
|
|
|
|
order that the attributes are defined on the typed link facet. When |
|
23
|
|
|
|
|
|
|
providing ranges to typed link selection, any inexact ranges must be |
|
24
|
|
|
|
|
|
|
specified at the end. Any attributes that do not have a range specified |
|
25
|
|
|
|
|
|
|
are presumed to match the entire range. Filters are interpreted in the |
|
26
|
|
|
|
|
|
|
order of the attributes on the typed link facet, not the order in which |
|
27
|
|
|
|
|
|
|
they are supplied to any API calls. For more information about identity |
|
28
|
|
|
|
|
|
|
attributes, see Typed link. |
|
29
|
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=head2 _request_id => Str |
|
32
|
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=cut |
|
35
|
|
|
|
|
|
|
|