Method: Fog::AWS::RDS::Mock#restore_db_instance_from_db_snapshot
- Defined in:
- lib/fog/aws/requests/rds/restore_db_instance_from_db_snapshot.rb
#restore_db_instance_from_db_snapshot(snapshot_id, db_id, options = {}) ⇒ Object
26 27 28 |
# File 'lib/fog/aws/requests/rds/restore_db_instance_from_db_snapshot.rb', line 26 def restore_db_instance_from_db_snapshot(snapshot_id, db_id, ={}) Fog::Mock.not_implemented end |