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

Class: Aws::SecurityHub::Types::AwsElbLoadBalancerConnectionSettings

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

Overview

Note:

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

{
  idle_timeout: 1,
}

Contains connection settings for the load balancer.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#idle_timeoutInteger

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

Returns:

  • (Integer)

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