Struct rusoto_codedeploy::DeploymentStyle [] [src]

pub struct DeploymentStyle {
    pub deployment_option: Option<String>,
    pub deployment_type: Option<String>,
}

Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.

Fields

Indicates whether to route deployment traffic behind a load balancer.

Indicates whether to run an in-place deployment or a blue/green deployment.

Trait Implementations

impl Default for DeploymentStyle
[src]

[src]

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

impl Debug for DeploymentStyle
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeploymentStyle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more