Class: Aws::SecurityHub::Types::AwsElbAppCookieStickinessPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElbAppCookieStickinessPolicy
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Contains information about a stickiness policy that was created using ‘CreateAppCookieStickinessPolicy`.
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.
12461 12462 12463 12464 12465 12466 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12461 class AwsElbAppCookieStickinessPolicy < Struct.new( :cookie_name, :policy_name) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The mnemonic name for the policy being created. The name must be unique within the set of policies for the load balancer.
12461 12462 12463 12464 12465 12466 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12461 class AwsElbAppCookieStickinessPolicy < Struct.new( :cookie_name, :policy_name) SENSITIVE = [] include Aws::Structure end |