Struct rusoto_elb::DeleteLoadBalancerListenerInput [] [src]

pub struct DeleteLoadBalancerListenerInput {
    pub load_balancer_name: AccessPointName,
    pub load_balancer_ports: Ports,
}

Contains the parameters for DeleteLoadBalancerListeners.

Fields

The name of the load balancer.

The client port numbers of the listeners.

Trait Implementations

impl Default for DeleteLoadBalancerListenerInput
[src]

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

impl Debug for DeleteLoadBalancerListenerInput
[src]

Formats the value using the given formatter.

impl Clone for DeleteLoadBalancerListenerInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more