Class: Aws::ElasticLoadBalancing::Types::ConnectionSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::ConnectionSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Information about the ‘ConnectionSettings` attribute.
Constant Summary collapse
- SENSITIVE =
[]
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.
322 323 324 325 326 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 322 class ConnectionSettings < Struct.new( :idle_timeout) SENSITIVE = [] include Aws::Structure end |