Struct rusoto_elb::DescribeLoadBalancerAttributesOutput [] [src]

pub struct DescribeLoadBalancerAttributesOutput {
    pub load_balancer_attributes: Option<LoadBalancerAttributes>,
}

Contains the output of DescribeLoadBalancerAttributes.

Fields

Information about the load balancer attributes.

Trait Implementations

impl Default for DescribeLoadBalancerAttributesOutput
[src]

[src]

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

impl Debug for DescribeLoadBalancerAttributesOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeLoadBalancerAttributesOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations