Struct rusoto_codedeploy::ELBInfo [] [src]

pub struct ELBInfo {
    pub name: Option<String>,
}

Information about a load balancer in Elastic Load Balancing to use in a deployment. Instances are registered directly with a load balancer, and traffic is routed to the load balancer.

Fields

For blue/green deployments, the name of the load balancer that will be used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment completes.

Trait Implementations

impl Default for ELBInfo
[src]

[src]

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

impl Debug for ELBInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for ELBInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more