Struct rusoto_codedeploy::TargetGroupInfo [] [src]

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

Information about a target group in Elastic Load Balancing to use in a deployment. Instances are registered as targets in a target group, and traffic is routed to the target group.

Fields

For blue/green deployments, the name of the target group that instances in the original environment are deregistered from, and instances in the replacement environment registered with. For in-place deployments, the name of the target group 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 TargetGroupInfo
[src]

[src]

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

impl Debug for TargetGroupInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for TargetGroupInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more