Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / redshift / describe-account-attributes.rst
Size: Mime:
**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"
                    }
                ]
            }
        ]
    }