Method: Fog::Parsers::AWS::RDS::DescribeDBSecurityGroups#reset
- Defined in:
- lib/fog/aws/parsers/rds/describe_db_security_groups.rb
permalink #reset ⇒ Object
[View source]
10 11 12 13 |
# File 'lib/fog/aws/parsers/rds/describe_db_security_groups.rb', line 10 def reset @response = { 'DescribeDBSecurityGroupsResult' => {'DBSecurityGroups' => []}, 'ResponseMetadata' => {} } super end |