parent
725ad7571d
commit
b8e08539e3
2 changed files with 27 additions and 0 deletions
|
|
@ -1684,6 +1684,16 @@ USER_TEMPLATE = """<{{ action }}UserResponse>
|
|||
<UserId>{{ user.id }}</UserId>
|
||||
<CreateDate>{{ user.created_iso_8601 }}</CreateDate>
|
||||
<Arn>{{ user.arn }}</Arn>
|
||||
{% if user.tags %}
|
||||
<Tags>
|
||||
{% for tag in user.tags %}
|
||||
<member>
|
||||
<Key>{{ tag['Key'] }}</Key>
|
||||
<Value>{{ tag['Value'] }}</Value>
|
||||
</member>
|
||||
{% endfor %}
|
||||
</Tags>
|
||||
{% endif %}
|
||||
</User>
|
||||
</{{ action }}UserResult>
|
||||
<ResponseMetadata>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue