File Coverage

blib/lib/Paws/S3/NotificationConfigurationDeprecated.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1              
2             package Paws::S3::NotificationConfigurationDeprecated;
3 1     1   422 use Moose;
  1         2  
  1         8  
4             has CloudFunctionConfiguration => (is => 'ro', isa => 'Paws::S3::CloudFunctionConfiguration');
5             has QueueConfiguration => (is => 'ro', isa => 'Paws::S3::QueueConfigurationDeprecated');
6             has TopicConfiguration => (is => 'ro', isa => 'Paws::S3::TopicConfigurationDeprecated');
7              
8             has _request_id => (is => 'ro', isa => 'Str');
9             1;
10              
11             ### main pod documentation begin ###
12              
13             =head1 NAME
14              
15             Paws::S3::NotificationConfigurationDeprecated
16              
17             =head1 ATTRIBUTES
18              
19              
20             =head2 CloudFunctionConfiguration => L<Paws::S3::CloudFunctionConfiguration>
21              
22              
23              
24              
25              
26             =head2 QueueConfiguration => L<Paws::S3::QueueConfigurationDeprecated>
27              
28              
29              
30              
31              
32             =head2 TopicConfiguration => L<Paws::S3::TopicConfigurationDeprecated>
33              
34              
35              
36              
37              
38              
39             =cut
40