Class: Aws::ElasticLoadBalancing::Types::DescribeLoadBalancerPolicyTypesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::DescribeLoadBalancerPolicyTypesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the parameters for DescribeLoadBalancerPolicyTypes.
Constant Summary collapse
- SENSITIVE =
[]
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.
865 866 867 868 869 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 865 class DescribeLoadBalancerPolicyTypesInput < Struct.new( :policy_type_names) SENSITIVE = [] include Aws::Structure end |