Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
dms
📤 Upload
📝 New File
📁 New Folder
Close
Editing: describe-account-attributes.rst
**To describe account attributes** The following ``describe-account-attributes`` example lists the attributes for your AWS account. :: aws dms describe-account-attributes Output:: { "AccountQuotas": [ { "AccountQuotaName": "ReplicationInstances", "Used": 1, "Max": 20 }, { "AccountQuotaName": "AllocatedStorage", "Used": 5, "Max": 10000 }, ...remaining output omitted... ], "UniqueAccountIdentifier": "cqahfbfy5xee" }
Save
Cancel