Struct aws_sdk_elasticbeanstalk::model::deployment::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for Deployment
Implementations
The version label of the application version in the deployment.
The version label of the application version in the deployment.
The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
The status of the deployment:
-
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed.
The status of the deployment:
-
In Progress
: The deployment is in progress. -
Deployed
: The deployment succeeded. -
Failed
: The deployment failed.
For in-progress deployments, the time that the deployment started.
For completed deployments, the time that the deployment ended.
For in-progress deployments, the time that the deployment started.
For completed deployments, the time that the deployment ended.
Consumes the builder and constructs a Deployment
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more