line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
|
2
|
|
|
|
|
|
|
package Paws::ServiceCatalog::DescribeProductAsAdminOutput; |
3
|
1
|
|
|
1
|
|
542
|
use Moose; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
7
|
|
4
|
|
|
|
|
|
|
has ProductViewDetail => (is => 'ro', isa => 'Paws::ServiceCatalog::ProductViewDetail'); |
5
|
|
|
|
|
|
|
has ProvisioningArtifactSummaries => (is => 'ro', isa => 'ArrayRef[Paws::ServiceCatalog::ProvisioningArtifactSummary]'); |
6
|
|
|
|
|
|
|
has TagOptions => (is => 'ro', isa => 'ArrayRef[Paws::ServiceCatalog::TagOptionDetail]'); |
7
|
|
|
|
|
|
|
has Tags => (is => 'ro', isa => 'ArrayRef[Paws::ServiceCatalog::Tag]'); |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
has _request_id => (is => 'ro', isa => 'Str'); |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
### main pod documentation begin ### |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 NAME |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
Paws::ServiceCatalog::DescribeProductAsAdminOutput |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 ATTRIBUTES |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head2 ProductViewDetail => L<Paws::ServiceCatalog::ProductViewDetail> |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
Detailed product view information. |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head2 ProvisioningArtifactSummaries => ArrayRef[L<Paws::ServiceCatalog::ProvisioningArtifactSummary>] |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
A list of provisioning artifact summaries for the product. |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=head2 TagOptions => ArrayRef[L<Paws::ServiceCatalog::TagOptionDetail>] |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
List of TagOptions associated with the product. |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=head2 Tags => ArrayRef[L<Paws::ServiceCatalog::Tag>] |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
Tags associated with the product. |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
=head2 _request_id => Str |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
=cut |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
1; |