Struct rusoto_autoscaling::DetachLoadBalancersType [] [src]

pub struct DetachLoadBalancersType {
    pub auto_scaling_group_name: String,
    pub load_balancer_names: Vec<String>,
}

Contains the parameters for DetachLoadBalancers.

Fields

The name of the Auto Scaling group.

One or more load balancer names.

Trait Implementations

impl Default for DetachLoadBalancersType
[src]

[src]

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

impl Debug for DetachLoadBalancersType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DetachLoadBalancersType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations