Struct aws_sdk_securityhub::model::AwsElbLoadBalancerConnectionDraining [−][src]
#[non_exhaustive]pub struct AwsElbLoadBalancerConnectionDraining {
pub enabled: bool,
pub timeout: i32,
}
Expand description
Contains information about the connection draining configuration for the load balancer.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.enabled: bool
Indicates whether connection draining is enabled for the load balancer.
timeout: i32
The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
Implementations
Creates a new builder-style object to manufacture AwsElbLoadBalancerConnectionDraining
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for AwsElbLoadBalancerConnectionDraining
impl Sync for AwsElbLoadBalancerConnectionDraining
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more