Added deleteOnTermination in the output of list option
This commit is contained in:
parent
eacf4e4239
commit
83291dbefc
1 changed files with 2 additions and 1 deletions
|
@ -400,7 +400,8 @@ def main():
|
|||
'attachment_set': {
|
||||
'attach_time': attachment.attach_time,
|
||||
'device': attachment.device,
|
||||
'status': attachment.status
|
||||
'status': attachment.status,
|
||||
'deleteOnTermination': attachment.deleteOnTermination
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue