Merge pull request #914 from smarlowucf/master
Add create date to user response template.
This commit is contained in:
commit
f0c90c3af0
1 changed files with 1 additions and 0 deletions
|
|
@ -807,6 +807,7 @@ USER_TEMPLATE = """<{{ action }}UserResponse>
|
|||
<Path>{{ user.path }}</Path>
|
||||
<UserName>{{ user.name }}</UserName>
|
||||
<UserId>{{ user.id }}</UserId>
|
||||
<CreateDate>{{ user.created_iso_8601 }}</CreateDate>
|
||||
<Arn>{{ user.arn }}</Arn>
|
||||
</User>
|
||||
</{{ action }}UserResult>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue