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.
12468 12469 12470 12471 12472 12473 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12468 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.
12468 12469 12470 12471 12472 12473 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12468 class AwsElbAppCookieStickinessPolicy < Struct.new( :cookie_name, :policy_name) SENSITIVE = [] include Aws::Structure end |