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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb

Overview

Information about the ConnectionSettings attribute.

Constant Summary collapse

SENSITIVE =
[]

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)


322
323
324
325
326
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 322

class ConnectionSettings < Struct.new(
  :idle_timeout)
  SENSITIVE = []
  include Aws::Structure
end