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
- Struct
- Aws::ElasticBeanstalk::Types::Deployment
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#deployment_id ⇒ Integer
The ID of the deployment.
-
#deployment_time ⇒ Time
For in-progress deployments, the time that the deployment started.
-
#status ⇒ String
The status of the deployment:.
-
#version_label ⇒ String
The version label of the application version in the deployment.
Instance Attribute Details
#deployment_id ⇒ Integer
The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
#deployment_time ⇒ Time
For in-progress deployments, the time that the deployment started.
For completed deployments, the time that the deployment ended.
#status ⇒ String
The status of the deployment:
In Progress
: The deployment is in progress.Deployed
: The deployment succeeded.Failed
: The deployment failed.
#version_label ⇒ String
The version label of the application version in the deployment.