Struct rusoto_codedeploy::LoadBalancerInfo [] [src]

pub struct LoadBalancerInfo {
    pub elb_info_list: Option<Vec<ELBInfo>>,
    pub target_group_info_list: Option<Vec<TargetGroupInfo>>,
}

Information about the Elastic Load Balancing load balancer or target group used in a deployment.

Fields

An array containing information about the load balancer to use for load balancing in a deployment. In Elastic Load Balancing, load balancers are used with Classic Load Balancers.

An array containing information about the target group to use for load balancing in a deployment. In Elastic Load Balancing, target groups are used with Application Load Balancers.

Trait Implementations

impl Default for LoadBalancerInfo
[src]

[src]

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

impl Debug for LoadBalancerInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for LoadBalancerInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more