1
2package Paws::CodeDeploy::UpdateDeploymentGroupOutput {
3  use Moose;
4  has hooksNotCleanedUp => (is => 'ro', isa => 'ArrayRef[Paws::CodeDeploy::AutoScalingGroup]');
5
6}
7
8### main pod documentation begin ###
9
10=head1 NAME
11
12Paws::CodeDeploy::UpdateDeploymentGroupOutput
13
14=head1 ATTRIBUTES
15
16=head2 hooksNotCleanedUp => ArrayRef[Paws::CodeDeploy::AutoScalingGroup]
17
18
19
20If the output contains no data, and the corresponding deployment group
21contained at least one Auto Scaling group, AWS CodeDeploy successfully
22removed all corresponding Auto Scaling lifecycle event hooks from the
23AWS account. If the output does contain data, AWS CodeDeploy could not
24remove some Auto Scaling lifecycle event hooks from the AWS account.
25
26
27
28
29
30
31
32
33
34
35
36=cut
37
381;