Struct aws_sdk_codedeploy::model::last_deployment_info::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for LastDeploymentInfo
Implementations
The unique ID of a deployment.
The unique ID of a deployment.
The status of the most recent deployment.
The status of the most recent deployment.
A timestamp that indicates when the most recent deployment to the deployment group was complete.
A timestamp that indicates when the most recent deployment to the deployment group was complete.
A timestamp that indicates when the most recent deployment to the deployment group started.
A timestamp that indicates when the most recent deployment to the deployment group started.
Consumes the builder and constructs a LastDeploymentInfo
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