Struct rusoto_rds::AccountQuota [] [src]

pub struct AccountQuota {
    pub account_quota_name: Option<String>,
    pub max: Option<i64>,
    pub used: Option<i64>,
}

Describes a quota for an AWS account, for example, the number of DB instances allowed.

Fields

The name of the Amazon RDS quota for this AWS account.

The maximum allowed value for the quota.

The amount currently used toward the quota maximum.

Trait Implementations

impl Default for AccountQuota
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for AccountQuota
[src]

[src]

Formats the value using the given formatter.

impl Clone for AccountQuota
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more