#[non_exhaustive]pub struct UpdateDeploymentGroupOutput { /* private fields */ }
Expand description
Represents the output of an UpdateDeploymentGroup
operation.
Implementations§
source§impl UpdateDeploymentGroupOutput
impl UpdateDeploymentGroupOutput
sourcepub fn hooks_not_cleaned_up(&self) -> Option<&[AutoScalingGroup]>
pub fn hooks_not_cleaned_up(&self) -> Option<&[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 Web Services account. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon Web Services account.
source§impl UpdateDeploymentGroupOutput
impl UpdateDeploymentGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDeploymentGroupOutput
.
Trait Implementations§
source§impl Clone for UpdateDeploymentGroupOutput
impl Clone for UpdateDeploymentGroupOutput
source§fn clone(&self) -> UpdateDeploymentGroupOutput
fn clone(&self) -> UpdateDeploymentGroupOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UpdateDeploymentGroupOutput
impl Debug for UpdateDeploymentGroupOutput
source§impl PartialEq<UpdateDeploymentGroupOutput> for UpdateDeploymentGroupOutput
impl PartialEq<UpdateDeploymentGroupOutput> for UpdateDeploymentGroupOutput
source§fn eq(&self, other: &UpdateDeploymentGroupOutput) -> bool
fn eq(&self, other: &UpdateDeploymentGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.