Struct rusoto_elasticbeanstalk::LoadBalancerDescription [] [src]

pub struct LoadBalancerDescription {
    pub domain: Option<String>,
    pub listeners: Option<Vec<Listener>>,
    pub load_balancer_name: Option<String>,
}

Describes the details of a LoadBalancer.

Fields

The domain name of the LoadBalancer.

A list of Listeners used by the LoadBalancer.

The name of the LoadBalancer.

Trait Implementations

impl Default for LoadBalancerDescription
[src]

[src]

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

impl Debug for LoadBalancerDescription
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for LoadBalancerDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations