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

#failed ⇒ Integer

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_progress ⇒ Integer

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

Returns:

  • (Integer) —

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

#pending ⇒ Integer

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

Returns:

  • (Integer) —

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

#ready ⇒ Integer

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.

#skipped ⇒ Integer

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

Returns:

  • (Integer) —

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

#succeeded ⇒ Integer

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.