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]

[src]

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

impl Debug for ConnectionSettings
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ConnectionSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations