Class: Aws::ElasticLoadBalancing::Types::AppCookieStickinessPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::AppCookieStickinessPolicy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Information about a policy for application-controlled session stickiness.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cookie_name ⇒ String
The name of the application cookie used for stickiness.
-
#policy_name ⇒ String
The mnemonic name for the policy being created.
Instance Attribute Details
#cookie_name ⇒ String
The name of the application cookie used for stickiness.
155 156 157 158 159 160 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 155 class AppCookieStickinessPolicy < Struct.new( :policy_name, :cookie_name) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
155 156 157 158 159 160 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 155 class AppCookieStickinessPolicy < Struct.new( :policy_name, :cookie_name) SENSITIVE = [] include Aws::Structure end |