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

Class: Aws::ElasticLoadBalancing::Types::DescribeLoadBalancerPolicyTypesInput

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

Overview

Note:

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

{
  policy_type_names: ["PolicyTypeName"],
}

Contains the parameters for DescribeLoadBalancerPolicyTypes.

Instance Attribute Summary collapse

Instance Attribute Details

#policy_type_namesArray<String>

The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.

Returns:

  • (Array<String>)

    The names of the policy types.