Skip to content

Commit

Permalink
Merge pull request boto#2291 from stansonhealth/develop
Browse files Browse the repository at this point in the history
add 'name' param to documentation of LoadBalancer. Fixes boto#2291.
  • Loading branch information
danielgtaylor committed May 29, 2014
2 parents d85a449 + 5ed2ae0 commit 86e1174
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 86e1174

Please sign in to comment.