Struct rusoto_codedeploy::AutoRollbackConfiguration [] [src]

pub struct AutoRollbackConfiguration {
    pub enabled: Option<bool>,
    pub events: Option<Vec<String>>,
}

Information about a configuration for automatically rolling back to a previous version of an application revision when a deployment doesn't complete successfully.

Fields

Indicates whether a defined automatic rollback configuration is currently enabled.

The event type or types that trigger a rollback.

Trait Implementations

impl Default for AutoRollbackConfiguration
[src]

[src]

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

impl Debug for AutoRollbackConfiguration
[src]

[src]

Formats the value using the given formatter.

impl Clone for AutoRollbackConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more