#[non_exhaustive]pub struct UpdateDeploymentGroupOutput {
pub hooks_not_cleaned_up: Option<Vec<AutoScalingGroup>>,
/* private fields */
}
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, 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.
Implementations§
source§impl UpdateDeploymentGroupOutput
impl UpdateDeploymentGroupOutput
sourcepub fn hooks_not_cleaned_up(&self) -> &[AutoScalingGroup]
pub fn hooks_not_cleaned_up(&self) -> &[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.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .hooks_not_cleaned_up.is_none()
.
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateDeploymentGroupOutput
impl Debug for UpdateDeploymentGroupOutput
source§impl PartialEq for UpdateDeploymentGroupOutput
impl PartialEq for UpdateDeploymentGroupOutput
source§fn eq(&self, other: &UpdateDeploymentGroupOutput) -> bool
fn eq(&self, other: &UpdateDeploymentGroupOutput) -> bool
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>
None
if the service could not be reached.