Struct rusoto_codedeploy::ContinueDeploymentInput [] [src]

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

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]

[src]

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

impl Debug for ContinueDeploymentInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ContinueDeploymentInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more