Struct aws_sdk_codedeploy::model::DeploymentOverview
source · #[non_exhaustive]pub struct DeploymentOverview { /* private fields */ }
Expand description
Information about the deployment status of the instances in the deployment.
Implementations§
source§impl DeploymentOverview
impl DeploymentOverview
source§impl DeploymentOverview
impl DeploymentOverview
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeploymentOverview
.
Trait Implementations§
source§impl Clone for DeploymentOverview
impl Clone for DeploymentOverview
source§fn clone(&self) -> DeploymentOverview
fn clone(&self) -> DeploymentOverview
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 DeploymentOverview
impl Debug for DeploymentOverview
source§impl PartialEq<DeploymentOverview> for DeploymentOverview
impl PartialEq<DeploymentOverview> for DeploymentOverview
source§fn eq(&self, other: &DeploymentOverview) -> bool
fn eq(&self, other: &DeploymentOverview) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.