Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
ec2
📤 Upload
📝 New File
📁 New Folder
Close
Editing: describe-volume-attribute.rst
**To describe a volume attribute** This example command describes the ``autoEnableIo`` attribute of the volume with the ID ``vol-049df61146c4d7901``. Command:: aws ec2 describe-volume-attribute --volume-id vol-049df61146c4d7901 --attribute autoEnableIO Output:: { "AutoEnableIO": { "Value": false }, "VolumeId": "vol-049df61146c4d7901" }
Save
Cancel