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

Class: Aws::Lightsail::Types::UpdateLoadBalancerAttributeRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the attribute you want to update. Valid values are below.

Possible values:

  • HealthCheckPath
  • SessionStickinessEnabled
  • SessionStickiness_LB_CookieDurationSeconds

Returns:

  • (String)

    The name of the attribute you want to update.

#attribute_valueString

The value that you want to specify for the attribute name.

Returns:

  • (String)

    The value that you want to specify for the attribute name.

#load_balancer_nameString

The name of the load balancer that you want to modify (e.g., my-load-balancer.

Returns:

  • (String)

    The name of the load balancer that you want to modify (e.g., my-load-balancer..