Struct rusoto_codedeploy::StopDeploymentInput [] [src]

pub struct StopDeploymentInput {
    pub auto_rollback_enabled: Option<bool>,
    pub deployment_id: String,
}

Represents the input of a StopDeployment operation.

Fields

Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the previous version of the application revision.

The unique ID of a deployment.

Trait Implementations

impl Default for StopDeploymentInput
[src]

[src]

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

impl Debug for StopDeploymentInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for StopDeploymentInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more