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

Class: Aws::SecurityHub::Types::AwsElbLoadBalancerPolicies

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

Overview

Note:

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

{
  app_cookie_stickiness_policies: [
    {
      cookie_name: "NonEmptyString",
      policy_name: "NonEmptyString",
    },
  ],
  lb_cookie_stickiness_policies: [
    {
      cookie_expiration_period: 1,
      policy_name: "NonEmptyString",
    },
  ],
  other_policies: ["NonEmptyString"],
}

Contains information about the policies for a load balancer.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

The stickiness policies that are created using CreateAppCookieStickinessPolicy.

Returns:

The stickiness policies that are created using CreateLBCookieStickinessPolicy.

Returns:

#other_policiesArray<String>

The policies other than the stickiness policies.

Returns:

  • (Array<String>)

    The policies other than the stickiness policies.