Struct rusoto_lambda::AccountUsage [] [src]

pub struct AccountUsage {
    pub function_count: Option<Long>,
    pub total_code_size: Option<Long>,
}

Provides code size usage and function count associated with the current account and region.

Fields

The number of your account's existing functions per region.

Total size, in bytes, of the account's deployment packages per region.

Trait Implementations

impl Default for AccountUsage
[src]

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

impl Debug for AccountUsage
[src]

Formats the value using the given formatter.

impl Clone for AccountUsage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more