Class: Aws::ElasticLoadBalancing::Types::AppCookieStickinessPolicy

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancing/types.rb

Overview

Information about a policy for application-controlled session stickiness.

Instance Attribute Summary collapse

Instance Attribute Details

The name of the application cookie used for stickiness.

Returns:

  • (String)


172
173
174
175
176
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 172

class AppCookieStickinessPolicy < Struct.new(
  :policy_name,
  :cookie_name)
  include Aws::Structure
end

#policy_nameString

The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.

Returns:

  • (String)


172
173
174
175
176
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 172

class AppCookieStickinessPolicy < Struct.new(
  :policy_name,
  :cookie_name)
  include Aws::Structure
end