Class: Aws::ElasticLoadBalancing::Types::DescribeLoadBalancerPoliciesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::DescribeLoadBalancerPoliciesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the parameters for DescribeLoadBalancerPolicies.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#load_balancer_name ⇒ String
The name of the load balancer.
-
#policy_names ⇒ Array<String>
The names of the policies.
Instance Attribute Details
#load_balancer_name ⇒ String
The name of the load balancer.
835 836 837 838 839 840 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 835 class DescribeLoadBalancerPoliciesInput < Struct.new( :load_balancer_name, :policy_names) SENSITIVE = [] include Aws::Structure end |
#policy_names ⇒ Array<String>
The names of the policies.
835 836 837 838 839 840 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 835 class DescribeLoadBalancerPoliciesInput < Struct.new( :load_balancer_name, :policy_names) SENSITIVE = [] include Aws::Structure end |