describe instances response now shows encrypted status
This commit is contained in:
parent
e8a564b6b4
commit
9ea06399ba
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ DESCRIBE_VOLUMES_RESPONSE = """<DescribeVolumesResponse xmlns="http://ec2.amazon
|
|||
{% else %}
|
||||
<snapshotId/>
|
||||
{% endif %}
|
||||
<encrypted>{{ volume.encrypted }}</encrypted>
|
||||
<availabilityZone>{{ volume.zone.name }}</availabilityZone>
|
||||
<status>{{ volume.status }}</status>
|
||||
<createTime>{{ volume.create_time}}</createTime>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue