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

AccountAttributesMessage

import type { AccountAttributesMessage } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";

Data returned by the DescribeAccountAttributes action.

interface AccountAttributesMessage {
AccountQuotas: AccountQuota[];
}

§Properties

§
AccountQuotas: AccountQuota[]
[src]

A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.