Struct rusoto_codedeploy::ContinueDeploymentInput [] [src]

pub struct ContinueDeploymentInput {
    pub deployment_id: Option<DeploymentId>,
}

Fields

The deployment ID of the blue/green deployment for which you want to start rerouting traffic to the replacement environment.

Trait Implementations

impl Default for ContinueDeploymentInput
[src]

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

impl Debug for ContinueDeploymentInput
[src]

Formats the value using the given formatter.

impl Clone for ContinueDeploymentInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more