Struct rusoto_codedeploy::UpdateDeploymentGroupOutput [] [src]

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

Represents the output of an UpdateDeploymentGroup 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 AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.

Trait Implementations

impl Default for UpdateDeploymentGroupOutput
[src]

[src]

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

impl Debug for UpdateDeploymentGroupOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateDeploymentGroupOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more