Struct aws_sdk_codedeploy::model::rollback_info::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for RollbackInfo
Implementations
The ID of the deployment rollback.
The ID of the deployment rollback.
The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.
The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.
Information that describes the status of a deployment rollback (for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded).
Information that describes the status of a deployment rollback (for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded).
Consumes the builder and constructs a RollbackInfo
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