You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticLoadBalancing::Types::AdditionalAttribute

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AdditionalAttribute as input to an Aws::Client method, you can use a vanilla Hash:

{
  key: "AdditionalAttributeKey",
  value: "AdditionalAttributeValue",
}

Information about additional load balancer attributes.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of the attribute.

The following attribute is supported.

  • elb.http.desyncmitigationmode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive.

^

Returns:

  • (String)

    The name of the attribute.

#valueString

This value of the attribute.

Returns:

  • (String)

    This value of the attribute.