Class: Aws::SecurityHub::Types::AwsElbLoadBalancerConnectionDraining
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElbLoadBalancerConnectionDraining
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Contains information about the connection draining configuration for the load balancer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Indicates whether connection draining is enabled for the load balancer.
-
#timeout ⇒ Integer
The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
Instance Attribute Details
#enabled ⇒ Boolean
Indicates whether connection draining is enabled for the load balancer.
12634 12635 12636 12637 12638 12639 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12634 class AwsElbLoadBalancerConnectionDraining < Struct.new( :enabled, :timeout) SENSITIVE = [] include Aws::Structure end |
#timeout ⇒ Integer
The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
12634 12635 12636 12637 12638 12639 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12634 class AwsElbLoadBalancerConnectionDraining < Struct.new( :enabled, :timeout) SENSITIVE = [] include Aws::Structure end |