class Aws::ElasticLoadBalancing::Types::DescribeLoadBalancerPoliciesInput

Contains the parameters for DescribeLoadBalancerPolicies.

@note When making an API call, you may pass DescribeLoadBalancerPoliciesInput

data as a hash:

    {
      load_balancer_name: "AccessPointName",
      policy_names: ["PolicyName"],
    }

@!attribute [rw] load_balancer_name

The name of the load balancer.
@return [String]

@!attribute [rw] policy_names

The names of the policies.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/DescribeLoadBalancerPoliciesInput AWS API Documentation

Constants

SENSITIVE