Method: Fog::AWS::RDS::Server#destroy
- Defined in:
- lib/fog/aws/models/rds/server.rb
#destroy(snapshot_identifier = nil) ⇒ Object
46 47 48 49 50 |
# File 'lib/fog/aws/models/rds/server.rb', line 46 def destroy(snapshot_identifier=nil) requires :id connection.delete_db_instance(id, snapshot_identifier, snapshot_identifier.nil?) true end |