>>> r = iam.get_all_groups()
>>> r.groups
[{u'arn': u'arn:aws:iam::963068290131:group/Admin',
  u'group_id': u'AGPAJ3O3FIPZF4F5NUDGO',
  u'group_name': u'Admin',
  u'path': u'/'},
 {u'arn': u'arn:aws:iam::963068290131:group/EC2-S3-Users',
  u'group_id': u'AGPAJOINL5IR3W2DHU4MU',
  u'group_name': u'EC2-S3-Users',
  u'path': u'/'},
 {u'arn': u'arn:aws:iam::963068290131:group/SDB-ReadOnly',
  u'group_id': u'AGPAIIKY4E53EEXTBKKY6',
  u'group_name': u'SDB-ReadOnly',
  u'path': u'/'}]
>>>