Struct rusoto_elb::ModifyLoadBalancerAttributesOutput [] [src]

pub struct ModifyLoadBalancerAttributesOutput {
    pub load_balancer_attributes: Option<LoadBalancerAttributes>,
    pub load_balancer_name: Option<AccessPointName>,
}

Contains the output of ModifyLoadBalancerAttributes.

Fields

Information about the load balancer attributes.

The name of the load balancer.

Trait Implementations

impl Default for ModifyLoadBalancerAttributesOutput
[src]

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

impl Debug for ModifyLoadBalancerAttributesOutput
[src]

Formats the value using the given formatter.

impl Clone for ModifyLoadBalancerAttributesOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more