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]

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

impl Debug for Listener
[src]

Formats the value using the given formatter. Read more

impl Clone for Listener
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Listener
[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

impl Send for Listener

impl Sync for Listener