Struct rusoto_autoscaling::AttachLoadBalancersType [] [src]

pub struct AttachLoadBalancersType {
    pub auto_scaling_group_name: ResourceName,
    pub load_balancer_names: LoadBalancerNames,
}

Fields

The name of the group.

One or more load balancer names.

Trait Implementations

impl Default for AttachLoadBalancersType
[src]

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

impl Debug for AttachLoadBalancersType
[src]

Formats the value using the given formatter.

impl Clone for AttachLoadBalancersType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more