Add Iam User CreateDate. Closes #886.

This commit is contained in:
Steve Pulec 2017-04-12 22:19:48 -04:00
parent bf935c210b
commit b62015b27d

View File

@ -817,6 +817,7 @@ LIST_USERS_TEMPLATE = """<{{ action }}UsersResponse>
<UserId>{{ user.id }}</UserId> <UserId>{{ user.id }}</UserId>
<Path>{{ user.path }}</Path> <Path>{{ user.path }}</Path>
<UserName>{{ user.name }}</UserName> <UserName>{{ user.name }}</UserName>
<CreateDate>{{ user.created }}</CreateDate>
<Arn>{{ user.arn }}</Arn> <Arn>{{ user.arn }}</Arn>
</member> </member>
{% endfor %} {% endfor %}