Skip to content

Commit

Permalink
add 'name' param to documentation of LoadBalancer
Browse files Browse the repository at this point in the history
the 'name' is there, it's just not exposed in the documentation. Since it's
used to as an argument to elb functions, it's worth being explicitly stated.
  • Loading branch information
tedder committed May 27, 2014
1 parent 6ad0b75 commit 5ed2ae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boto/ec2/elb/loadbalancer.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def __init__(self, connection=None, name=None, endpoints=None):
check policy for this load balancer.
:ivar boto.ec2.elb.policies.Policies policies: Cookie stickiness and
other policies.
:ivar str name: The name of the Load Balancer.
:ivar str dns_name: The external DNS name for the balancer.
:ivar str created_time: A date+time string showing when the
load balancer was created.
Expand Down

0 comments on commit 5ed2ae0

Please sign in to comment.