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

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

Overview

Contains connection settings for the load balancer.

Constant Summary collapse

SENSITIVE =
[]

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)


12231
12232
12233
12234
12235
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12231

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