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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codedeploy/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failedInteger

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

Returns:

  • (Integer)


1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
# File 'lib/aws-sdk-codedeploy/types.rb', line 1843

class DeploymentOverview < Struct.new(
  :pending,
  :in_progress,
  :succeeded,
  :failed,
  :skipped,
  :ready)
  SENSITIVE = []
  include Aws::Structure
end

#in_progressInteger

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

Returns:

  • (Integer)


1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
# File 'lib/aws-sdk-codedeploy/types.rb', line 1843

class DeploymentOverview < Struct.new(
  :pending,
  :in_progress,
  :succeeded,
  :failed,
  :skipped,
  :ready)
  SENSITIVE = []
  include Aws::Structure
end

#pendingInteger

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

Returns:

  • (Integer)


1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
# File 'lib/aws-sdk-codedeploy/types.rb', line 1843

class DeploymentOverview < Struct.new(
  :pending,
  :in_progress,
  :succeeded,
  :failed,
  :skipped,
  :ready)
  SENSITIVE = []
  include Aws::Structure
end

#readyInteger

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

Returns:

  • (Integer)


1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
# File 'lib/aws-sdk-codedeploy/types.rb', line 1843

class DeploymentOverview < Struct.new(
  :pending,
  :in_progress,
  :succeeded,
  :failed,
  :skipped,
  :ready)
  SENSITIVE = []
  include Aws::Structure
end

#skippedInteger

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

Returns:

  • (Integer)


1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
# File 'lib/aws-sdk-codedeploy/types.rb', line 1843

class DeploymentOverview < Struct.new(
  :pending,
  :in_progress,
  :succeeded,
  :failed,
  :skipped,
  :ready)
  SENSITIVE = []
  include Aws::Structure
end

#succeededInteger

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

Returns:

  • (Integer)


1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
# File 'lib/aws-sdk-codedeploy/types.rb', line 1843

class DeploymentOverview < Struct.new(
  :pending,
  :in_progress,
  :succeeded,
  :failed,
  :skipped,
  :ready)
  SENSITIVE = []
  include Aws::Structure
end