You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticLoadBalancing::Types::ConnectionSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ConnectionSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  idle_timeout: 1, # required
}

Information about the ConnectionSettings attribute.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#idle_timeoutInteger

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.

Returns:

  • (Integer)

    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.