class Aws::Lightsail::Types::UpdateLoadBalancerAttributeRequest

@note When making an API call, you may pass UpdateLoadBalancerAttributeRequest

data as a hash:

    {
      load_balancer_name: "ResourceName", # required
      attribute_name: "HealthCheckPath", # required, accepts HealthCheckPath, SessionStickinessEnabled, SessionStickiness_LB_CookieDurationSeconds
      attribute_value: "StringMax256", # required
    }

@!attribute [rw] load_balancer_name

The name of the load balancer that you want to modify (e.g.,
`my-load-balancer`.
@return [String]

@!attribute [rw] attribute_name

The name of the attribute you want to update. Valid values are
below.
@return [String]

@!attribute [rw] attribute_value

The value that you want to specify for the attribute name.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/UpdateLoadBalancerAttributeRequest AWS API Documentation

Constants

SENSITIVE