Struct rusoto_elb::DetachLoadBalancerFromSubnetsInput [] [src]

pub struct DetachLoadBalancerFromSubnetsInput {
    pub load_balancer_name: AccessPointName,
    pub subnets: Subnets,
}

Contains the parameters for DetachLoadBalancerFromSubnets.

Fields

The name of the load balancer.

The IDs of the subnets.

Trait Implementations

impl Default for DetachLoadBalancerFromSubnetsInput
[src]

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

impl Debug for DetachLoadBalancerFromSubnetsInput
[src]

Formats the value using the given formatter.

impl Clone for DetachLoadBalancerFromSubnetsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more