Struct rusoto_codedeploy::DeleteDeploymentGroupOutput [] [src]

pub struct DeleteDeploymentGroupOutput {
    pub hooks_not_cleaned_up: Option<Vec<AutoScalingGroup>>,
}

Represents the output of a DeleteDeploymentGroup operation.

Fields

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 Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.

Trait Implementations

impl Default for DeleteDeploymentGroupOutput
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DeleteDeploymentGroupOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteDeploymentGroupOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more