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

Class: Aws::ElasticLoadBalancing::Types::LBCookieStickinessPolicy

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

Overview

Information about a policy for duration-based session stickiness.

Instance Attribute Summary collapse

Instance Attribute Details

The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.

Returns:

  • (Integer)

    The time period, in seconds, after which the cookie should be considered stale.

#policy_nameString

The name of the policy. This name must be unique within the set of policies for this load balancer.

Returns:

  • (String)

    The name of the policy.