#[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() -> UpdateDeploymentGroupOutputBuilder
pub fn builder() -> UpdateDeploymentGroupOutputBuilder
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 ==
.source§impl RequestId for UpdateDeploymentGroupOutput
impl RequestId for UpdateDeploymentGroupOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more