Method: Fog::AWS::RDS::Snapshot#destroy
- Defined in:
- lib/fog/aws/models/rds/snapshot.rb
#destroy ⇒ Object
26 27 28 29 30 31 |
# File 'lib/fog/aws/models/rds/snapshot.rb', line 26 def destroy requires :id connection.delete_db_snapshot(id) true end |