class Aws::CodeDeploy::Types::DeploymentOverview

Information about the deployment status of the instances in the deployment.

@!attribute [rw] pending

The number of instances in the deployment in a pending state.
@return [Integer]

@!attribute [rw] in_progress

The number of instances in which the deployment is in progress.
@return [Integer]

@!attribute [rw] succeeded

The number of instances in the deployment to which revisions have
been successfully deployed.
@return [Integer]

@!attribute [rw] failed

The number of instances in the deployment in a failed state.
@return [Integer]

@!attribute [rw] skipped

The number of instances in the deployment in a skipped state.
@return [Integer]

@!attribute [rw] ready

The number of instances in a replacement environment ready to
receive traffic in a blue/green deployment.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentOverview AWS API Documentation

Constants

SENSITIVE