Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AccountAttribute

import type { AccountAttribute } from "https://aws-api.deno.dev/v0.3/services/opsworkscm.ts?docs=full";

Stores account attributes.

interface AccountAttribute {
Maximum?: number | null;
Name?: string | null;
Used?: number | null;
}

§Properties

§
Maximum?: number | null
[src]

The maximum allowed value.

§
Name?: string | null
[src]

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.
§
Used?: number | null
[src]

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