Add InstanceCreateTime to DBInstance
This commit is contained in:
parent
ac33845367
commit
c51ce76ee9
2 changed files with 4 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ def test_create_database():
|
|||
db_instance['IAMDatabaseAuthenticationEnabled'].should.equal(False)
|
||||
db_instance['DbiResourceId'].should.contain("db-")
|
||||
db_instance['CopyTagsToSnapshot'].should.equal(False)
|
||||
db_instance['InstanceCreateTime'].should.be.a("datetime.datetime")
|
||||
|
||||
|
||||
@mock_rds2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue