#[non_exhaustive]pub struct UpdateDeploymentGroupOutput { /* private fields */ }
Expand description
Represents the output of an UpdateDeploymentGroup
operation.
Implementations
sourceimpl 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.
sourceimpl UpdateDeploymentGroupOutput
impl UpdateDeploymentGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDeploymentGroupOutput
.
Trait Implementations
sourceimpl Clone for UpdateDeploymentGroupOutput
impl Clone for UpdateDeploymentGroupOutput
sourcefn clone(&self) -> UpdateDeploymentGroupOutput
fn clone(&self) -> UpdateDeploymentGroupOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateDeploymentGroupOutput
impl Debug for UpdateDeploymentGroupOutput
sourceimpl PartialEq<UpdateDeploymentGroupOutput> for UpdateDeploymentGroupOutput
impl PartialEq<UpdateDeploymentGroupOutput> for UpdateDeploymentGroupOutput
sourcefn eq(&self, other: &UpdateDeploymentGroupOutput) -> bool
fn eq(&self, other: &UpdateDeploymentGroupOutput) -> bool
impl StructuralPartialEq for UpdateDeploymentGroupOutput
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more