Struct aws_sdk_codedeploy::model::RollbackInfo [−][src]
#[non_exhaustive]pub struct RollbackInfo {
pub rollback_deployment_id: Option<String>,
pub rollback_triggering_deployment_id: Option<String>,
pub rollback_message: Option<String>,
}
Expand description
Information about a deployment rollback.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.rollback_deployment_id: Option<String>
The ID of the deployment rollback.
rollback_triggering_deployment_id: Option<String>
The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.
rollback_message: Option<String>
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).
Implementations
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.
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).
Creates a new builder-style object to manufacture RollbackInfo
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RollbackInfo
impl Send for RollbackInfo
impl Sync for RollbackInfo
impl Unpin for RollbackInfo
impl UnwindSafe for RollbackInfo
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