UpdateDeploymentGroupOutput class
Represents the output of an UpdateDeploymentGroup
operation.
Constructors
-
UpdateDeploymentGroupOutput({List<
AutoScalingGroup> ? hooksNotCleanedUp}) -
UpdateDeploymentGroupOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hooksNotCleanedUp
→ List<
AutoScalingGroup> ? -
If the output contains no data, and the corresponding deployment group
contained at least one Auto Scaling group, AWS CodeDeploy successfully
removed all corresponding Auto Scaling lifecycle event hooks from the AWS
account. If the output contains data, AWS CodeDeploy could not remove some
Auto Scaling lifecycle event hooks from the AWS account.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited