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