Struct aws_sdk_codedeploy::output::UpdateDeploymentGroupOutput [−][src]
#[non_exhaustive]pub struct UpdateDeploymentGroupOutput {
pub hooks_not_cleaned_up: Option<Vec<AutoScalingGroup>>,
}
Expand description
Represents the output of an UpdateDeploymentGroup
operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.hooks_not_cleaned_up: Option<Vec<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.
Implementations
Creates a new builder-style object to manufacture UpdateDeploymentGroupOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UpdateDeploymentGroupOutput
impl Send for UpdateDeploymentGroupOutput
impl Sync for UpdateDeploymentGroupOutput
impl Unpin for UpdateDeploymentGroupOutput
impl UnwindSafe for UpdateDeploymentGroupOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more