Struct rusoto_codedeploy::LastDeploymentInfo [] [src]

pub struct LastDeploymentInfo {
    pub create_time: Option<Timestamp>,
    pub deployment_id: Option<DeploymentId>,
    pub end_time: Option<Timestamp>,
    pub status: Option<DeploymentStatus>,
}

Information about the most recent attempted or successful deployment to a deployment group.

Fields

A timestamp indicating when the most recent deployment to the deployment group started.

The deployment ID.

A timestamp indicating when the most recent deployment to the deployment group completed.

The status of the most recent deployment.

Trait Implementations

impl Default for LastDeploymentInfo
[src]

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

impl Debug for LastDeploymentInfo
[src]

Formats the value using the given formatter.

impl Clone for LastDeploymentInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more