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

Class: Aws::ElasticBeanstalk::Types::Deployment

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

Overview

Information about an application version deployment.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idInteger

The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.

Returns:

  • (Integer)

    The ID of the deployment.

#deployment_timeTime

For in-progress deployments, the time that the deployment started.

For completed deployments, the time that the deployment ended.

Returns:

  • (Time)

    For in-progress deployments, the time that the deployment started.

#statusString

The status of the deployment:

  • In Progress: The deployment is in progress.

  • Deployed: The deployment succeeded.

  • Failed: The deployment failed.

Returns:

  • (String)

    The status of the deployment:.

#version_labelString

The version label of the application version in the deployment.

Returns:

  • (String)

    The version label of the application version in the deployment.