You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::OpsWorksCM::Types::AccountAttribute

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Stores account attributes.

Instance Attribute Summary collapse

Instance Attribute Details

#maximumInteger

The maximum allowed value.

Returns:

  • (Integer)

    The maximum allowed value.

#nameString

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.

Returns:

  • (String)

    The attribute name.

#usedInteger

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

Returns:

  • (Integer)

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