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
- Struct
- Aws::ElasticLoadBalancing::Types::DescribeLoadBalancerPolicyTypesInput
- 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
-
#policy_type_names ⇒ Array<String>
The names of the policy types.
Instance Attribute Details
#policy_type_names ⇒ Array<String>
The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.