Struct aws_sdk_codedeploy::model::deployment_overview::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DeploymentOverview
Implementations
The number of instances in the deployment in a pending state.
The number of instances in the deployment in a pending state.
The number of instances in which the deployment is in progress.
The number of instances in which the deployment is in progress.
The number of instances in the deployment to which revisions have been successfully deployed.
The number of instances in the deployment to which revisions have been successfully deployed.
The number of instances in the deployment in a failed state.
The number of instances in the deployment in a failed state.
The number of instances in the deployment in a skipped state.
The number of instances in the deployment in a skipped state.
The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
Consumes the builder and constructs a DeploymentOverview
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more