You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::DeploymentOverview

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#failedInteger

The number of instances in the deployment in a failed state.

Returns:

  • (Integer)

    The number of instances in the deployment in a failed state.

#in_progressInteger

The number of instances in which the deployment is in progress.

Returns:

  • (Integer)

    The number of instances in which the deployment is in progress.

#pendingInteger

The number of instances in the deployment in a pending state.

Returns:

  • (Integer)

    The number of instances in the deployment in a pending state.

#readyInteger

The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.

Returns:

  • (Integer)

    The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.

#skippedInteger

The number of instances in the deployment in a skipped state.

Returns:

  • (Integer)

    The number of instances in the deployment in a skipped state.

#succeededInteger

The number of instances in the deployment to which revisions have been successfully deployed.

Returns:

  • (Integer)

    The number of instances in the deployment to which revisions have been successfully deployed.