Struct rusoto_elasticbeanstalk::Listener [] [src]

pub struct Listener {
    pub port: Option<i64>,
    pub protocol: Option<String>,
}

Describes the properties of a Listener for the LoadBalancer.

Fields

The port that is used by the Listener.

The protocol that is used by the Listener.

Trait Implementations

impl Default for Listener
[src]

[src]

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

impl Debug for Listener
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Listener
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Listener

impl Sync for Listener