Struct rusoto_elb::ModifyLoadBalancerAttributesOutput[][src]

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

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. Read more

impl Clone for ModifyLoadBalancerAttributesOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ModifyLoadBalancerAttributesOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations