Changed SecurityGroups property type to TuplesList

Change-Id: I31d97b0de6e72bd24f0f78d86890726fc1e8a138
This commit is contained in:
Chris Alfonso 2012-05-29 15:03:05 -04:00
parent 99e1bc728b
commit 9098543338
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class Instance(Resource):
'Implemented': False},
'RamDiskId': {'Type': 'String',
'Implemented': False},
'SecurityGroups': {'Type': 'CommaDelimitedList',
'SecurityGroups': {'Type': 'TuplesList',
'Implemented': False},
'SecurityGroupIds': {'Type': 'CommaDelimitedList',
'Implemented': False},