Class: Aws::CodeDeploy::Types::DeleteDeploymentGroupOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codedeploy/types.rb

Overview

Represents the output of a ‘DeleteDeploymentGroup` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hooks_not_cleaned_upArray<Types::AutoScalingGroup>

If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.

Returns:



1213
1214
1215
1216
1217
# File 'lib/aws-sdk-codedeploy/types.rb', line 1213

class DeleteDeploymentGroupOutput < Struct.new(
  :hooks_not_cleaned_up)
  SENSITIVE = []
  include Aws::Structure
end