mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix typo in comment
This commit is contained in:
parent
b0e357f71e
commit
b55ce59976
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module Fog
|
|||
|
||||
require 'fog/aws/parsers/rds/describe_db_security_groups'
|
||||
|
||||
# Describe all or specified db snapshots
|
||||
# Describe all or specified db security groups
|
||||
# http://docs.amazonwebservices.com/AmazonRDS/latest/APIReference/index.html?API_DescribeDBSecurityGroups.html
|
||||
# ==== Parameters
|
||||
# * DBSecurityGroupName <~String> - The name of the DB Security Group to return details for.
|
||||
|
|
Loading…
Reference in a new issue