Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
redshift
/
Filename :
describe-account-attributes.rst
back
Copy
**To describe attributes of an AWS account** The following ``describe-account-attributes`` example displays the attributes attached to the calling AWS account. :: aws redshift describe-account-attributes Output:: { "AccountAttributes": [ { "AttributeName": "max-defer-maintenance-duration", "AttributeValues": [ { "AttributeValue": "45" } ] } ] }