Struct rusoto_elb::ConnectionSettings[][src]

pub struct ConnectionSettings {
    pub idle_timeout: i64,
}

Information about the ConnectionSettings attribute.

Fields

The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.

Trait Implementations

impl Default for ConnectionSettings
[src]

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

impl Debug for ConnectionSettings
[src]

Formats the value using the given formatter. Read more

impl Clone for ConnectionSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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