describe_account_attributes

OpsWorksCM.Client.describe_account_attributes()

Describes your OpsWorks-CM account attributes.

This operation is synchronous.

See also: AWS API Documentation

Request Syntax

response = client.describe_account_attributes()
Return type
dict
Returns
Response Syntax
{
    'Attributes': [
        {
            'Name': 'string',
            'Maximum': 123,
            'Used': 123
        },
    ]
}

Response Structure

  • (dict) --
    • Attributes (list) --

      The attributes that are currently set for the account.

      • (dict) --

        Stores account attributes.

        • Name (string) --

          The attribute name. The following are supported attribute names.

          • ServerLimit: The number of current servers/maximum number of servers allowed. By default, you can have a maximum of 10 servers.
          • ManualBackupLimit: The number of current manual backups/maximum number of backups allowed. By default, you can have a maximum of 50 manual backups saved.
        • Maximum (integer) --

          The maximum allowed value.

        • Used (integer) --

          The current usage, such as the current number of servers that are associated with the account.