Method: Fog::Parsers::AWS::RDS::AuthorizeDBSecurityGroupIngress#reset
- Defined in:
- lib/fog/aws/parsers/rds/authorize_db_security_group_ingress.rb
#reset ⇒ Object
10 11 12 13 |
# File 'lib/fog/aws/parsers/rds/authorize_db_security_group_ingress.rb', line 10 def reset @response = { 'AuthorizeDBSecurityGroupIngressResult' => {}, 'ResponseMetadata' => {} } super end |