Struct rusoto_codedeploy::RollbackInfo [] [src]

pub struct RollbackInfo {
    pub rollback_deployment_id: Option<DeploymentId>,
    pub rollback_message: Option<Description>,
    pub rollback_triggering_deployment_id: Option<DeploymentId>,
}

Information about a deployment rollback.

Fields

The ID of the deployment rollback.

Information describing the status of a deployment rollback; for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded.

The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.

Trait Implementations

impl Default for RollbackInfo
[src]

Returns the "default value" for a type. Read more

impl Debug for RollbackInfo
[src]

Formats the value using the given formatter.

impl Clone for RollbackInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more