corrected return docs sample
This commit is contained in:
parent
bc4510b0d4
commit
4e08f94a34
1 changed files with 6 additions and 5 deletions
|
@ -210,11 +210,12 @@ block_device_mapping:
|
||||||
type: a dictionary of block devices
|
type: a dictionary of block devices
|
||||||
sample: {
|
sample: {
|
||||||
"/dev/sda1": {
|
"/dev/sda1": {
|
||||||
"delete_on_termination": true,
|
"delete_on_termination": true,
|
||||||
"encrypted": false,
|
"encrypted": false,
|
||||||
"size": 10,
|
"size": 10,
|
||||||
"snapshot_id": "snap-1a03b80e7",
|
"snapshot_id": "snap-1a03b80e7",
|
||||||
"volume_type": "standard"
|
"volume_type": "standard"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
creationDate:
|
creationDate:
|
||||||
description: creation date of image
|
description: creation date of image
|
||||||
|
|
Loading…
Add table
Reference in a new issue