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

Class: Aws::SecurityHub::Types::AwsElbAppCookieStickinessPolicy

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

Overview

Note:

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

{
  cookie_name: "NonEmptyString",
  policy_name: "NonEmptyString",
}

Contains information about a stickiness policy that was created using CreateAppCookieStickinessPolicy.

Instance Attribute Summary collapse

Instance Attribute Details

The name of the application cookie used for stickiness.

Returns:

  • (String)

    The name of the application cookie used for stickiness.

#policy_nameString

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

Returns:

  • (String)

    The mnemonic name for the policy being created.