Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
added docs for param_group in rds modify
Browse files Browse the repository at this point in the history
  • Loading branch information
dialt0ne committed Apr 13, 2013
1 parent f24a166 commit 777d737
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions boto/rds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,11 @@ def modify_dbinstance(self, id, param_group=None, security_groups=None,
:type id: str
:param id: Unique identifier for the new instance.
:type param_group: str
:param param_group: Name of DBParameterGroup to associate with
this DBInstance. If no groups are specified
no parameter groups will be used.
:type security_groups: list of str or list of DBSecurityGroup objects
:param security_groups: List of names of DBSecurityGroup to authorize on
this DBInstance.
Expand Down
4 changes: 4 additions & 0 deletions boto/rds/dbinstance.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@ def modify(self, param_group=None, security_groups=None,
"""
Modify this DBInstance.
:type param_group: str
:param param_group: Name of DBParameterGroup to associate with
this DBInstance.
:type security_groups: list of str or list of DBSecurityGroup objects
:param security_groups: List of names of DBSecurityGroup to
authorize on this DBInstance.
Expand Down

0 comments on commit 777d737

Please sign in to comment.