Struct rusoto_elasticbeanstalk::Listener [] [src]

pub struct Listener {
    pub port: Option<Integer>,
    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]

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

impl Debug for Listener
[src]

Formats the value using the given formatter.

impl Clone for Listener
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more