describe instances response now shows encrypted status
This commit is contained in:
parent
e8a564b6b4
commit
9ea06399ba
@ -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…
Reference in New Issue
Block a user