line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
|
2
|
|
|
|
|
|
|
package Paws::ServiceCatalog::DescribePortfolioOutput; |
3
|
1
|
|
|
1
|
|
534
|
use Moose; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
9
|
|
4
|
|
|
|
|
|
|
has PortfolioDetail => (is => 'ro', isa => 'Paws::ServiceCatalog::PortfolioDetail'); |
5
|
|
|
|
|
|
|
has TagOptions => (is => 'ro', isa => 'ArrayRef[Paws::ServiceCatalog::TagOptionDetail]'); |
6
|
|
|
|
|
|
|
has Tags => (is => 'ro', isa => 'ArrayRef[Paws::ServiceCatalog::Tag]'); |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
has _request_id => (is => 'ro', isa => 'Str'); |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
### main pod documentation begin ### |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=head1 NAME |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
Paws::ServiceCatalog::DescribePortfolioOutput |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 ATTRIBUTES |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head2 PortfolioDetail => L<Paws::ServiceCatalog::PortfolioDetail> |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
Detailed portfolio information. |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head2 TagOptions => ArrayRef[L<Paws::ServiceCatalog::TagOptionDetail>] |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
TagOptions associated with the portfolio. |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=head2 Tags => ArrayRef[L<Paws::ServiceCatalog::Tag>] |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
Tags associated with the portfolio. |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=head2 _request_id => Str |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=cut |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
1; |