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
- Struct
- Aws::ElasticLoadBalancing::Types::ConnectionSettings
- 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
-
#idle_timeout ⇒ 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.
Instance Attribute Details
#idle_timeout ⇒ 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.